|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IServiceIDFactory
ServiceID factory contract.
ServiceIDFactory
Method Summary | |
---|---|
IServiceTypeID |
createServiceTypeID(Namespace namespace,
IServiceTypeID aServiceTypeID)
Create an IServiceTypeID. |
IServiceTypeID |
createServiceTypeID(Namespace namespace,
java.lang.String serviceType)
Create an IServiceTypeID. |
IServiceTypeID |
createServiceTypeID(Namespace namespace,
java.lang.String[] serviceType)
Create an IServiceTypeID. |
IServiceTypeID |
createServiceTypeID(Namespace namespace,
java.lang.String[] serviceType,
java.lang.String[] protocols)
Create an IServiceTypeID. |
IServiceTypeID |
createServiceTypeID(Namespace namespace,
java.lang.String[] services,
java.lang.String[] scopes,
java.lang.String[] protocols,
java.lang.String namingAuthority)
Create an IServiceTypeID. |
Method Detail |
---|
IServiceTypeID createServiceTypeID(Namespace namespace, java.lang.String serviceType)
namespace
- the Namespace instance to create the service ID with. Must not
be null
.serviceType
- The service type. Must not be null
.
null
.IServiceTypeID createServiceTypeID(Namespace namespace, java.lang.String[] serviceType)
namespace
- the Namespace instance to create the service ID with. Must not
be null
.serviceType
- Array containing the ordered naming hierarchy from 0...n. Must
not be null
.
null
.IServiceTypeID createServiceTypeID(Namespace namespace, java.lang.String[] services, java.lang.String[] scopes, java.lang.String[] protocols, java.lang.String namingAuthority)
namespace
- the Namespace instance to create the service ID with. Must not
be null
.services
- Array containing the ordered naming hierarchy from 0...n. Must
not be null
.scopes
- Array containing all scopes or
IServiceTypeID.DEFAULT_SCOPE
for default. Must not be
null
.protocols
- Array containing all protocols or
IServiceTypeID.DEFAULT_PROTO
for default. Must not be
null
.namingAuthority
- the NamingAuthority or IServiceTypeID.DEFAULT_NA
for
default. Must not be null
.
null
.IServiceTypeID createServiceTypeID(Namespace namespace, java.lang.String[] serviceType, java.lang.String[] protocols)
IServiceTypeID.DEFAULT_NA
namespace
- the Namespace instance to create the service ID with. Must not
be null
.serviceType
- Array containing the ordered naming hierarchy from 0...n. Must
not be null
.protocols
- Array containing the protocols. Must not be null
.
null
.IServiceTypeID createServiceTypeID(Namespace namespace, IServiceTypeID aServiceTypeID)
null
IServiceTypeID
with a different
Namespace
.
namespace
- the Namespace instance to create the service type ID with.
Must not be null
.aServiceTypeID
- service type id. Must not be null
.
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |