OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:urn
(Results
1 - 3
of
3
) sorted by null
/external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PAssertedServiceParser.java
42
* P-Asserted-Service:
urn
:
urn
-7:3gpp-service.exampletelephony.version1
67
String
urn
= this.lexer.getBuffer();
local
68
if(
urn
.contains(ParameterNamesIms.SERVICE_ID)){
70
if(
urn
.contains(ParameterNamesIms.SERVICE_ID_LABEL))
72
String serviceID =
urn
.split(ParameterNamesIms.SERVICE_ID_LABEL+".")[1];
76
throw new InvalidArgumentException("
URN
should atleast have one sub-service");
82
pps.setSubserviceIdentifiers(
urn
.split(ParameterNamesIms.SERVICE_ID_LABEL)[1]);
84
else if(
urn
.contains(ParameterNamesIms.APPLICATION_ID_LABEL))
86
String appID =
urn
.split(ParameterNamesIms.APPLICATION_ID_LABEL+".")[1]
[
all
...]
PPreferredServiceParser.java
43
* P-Preferred-Service:
urn
:
urn
-7:3gpp-service.exampletelephony.version1
58
* "The
URN
consists of a hierarchical service identifier or application
65
* the resulting
URN
is still valid, referring a more generic
80
* 1 sub-service or 1 sub-application is present in the
URN
declaration.
84
*
urn
:
urn
-7:3gpp-service OR
urn
:
urn
-7:3gpp-application alone with no sub-services
90
* of the application to make sense of the entire
URN
holistically. We can only check for th
105
String
urn
= this.lexer.getBuffer();
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
javax.servlet.jsp_2.0.0.v200806031607.jar
Completed in 44 milliseconds