public abstract class ServiceReferenceFactory
extends java.lang.Object
| Constructor and Description |
|---|
ServiceReferenceFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ServiceReferenceFactory |
getInstance()
Returns an implementation of the service reference factory if available, which allows to create
new service references.
|
abstract ServiceReferenceInternal |
newServiceReference(DefaultServiceReference oldServRef,
SecurityKey newSecurity)
Returns a copied service reference with new security key.
|
abstract ServiceReferenceInternal |
newServiceReference(EndpointReference epr,
SecurityKey key,
java.lang.String comManId)
Returns a new service reference for given endpoint reference, security key and communication
manager.
|
abstract ServiceReferenceInternal |
newServiceReference(SecurityKey securityKey,
HostedMData hosted,
ConnectionInfo connectionInfo,
java.lang.String comManId)
Returns a new service reference for given security key, hosted metadata and connection info.
|
public static ServiceReferenceFactory getInstance()
DefaultServiceReferenceFactory.public abstract ServiceReferenceInternal newServiceReference(SecurityKey securityKey, HostedMData hosted, ConnectionInfo connectionInfo, java.lang.String comManId)
securityKey - hosted - connectionInfo - public abstract ServiceReferenceInternal newServiceReference(EndpointReference epr, SecurityKey key, java.lang.String comManId)
epr - key - comManId - public abstract ServiceReferenceInternal newServiceReference(DefaultServiceReference oldServRef, SecurityKey newSecurity)
oldServRef - newSecurity -