public class DefaultServiceReferenceFactory extends ServiceReferenceFactory
| Constructor and Description |
|---|
DefaultServiceReferenceFactory() |
| Modifier and Type | Method and Description |
|---|---|
ServiceReferenceInternal |
newServiceReference(DefaultServiceReference oldServRef,
SecurityKey newSecurity)
Returns a copied service reference with new security key.
|
ServiceReferenceInternal |
newServiceReference(EndpointReference epr,
SecurityKey key,
java.lang.String comManId)
Returns a new service reference for given endpoint reference, security key and communication
manager.
|
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.
|
getInstancepublic ServiceReferenceInternal newServiceReference(SecurityKey securityKey, HostedMData hosted, ConnectionInfo connectionInfo, java.lang.String comManId)
ServiceReferenceFactorynewServiceReference in class ServiceReferenceFactorypublic ServiceReferenceInternal newServiceReference(EndpointReference epr, SecurityKey key, java.lang.String comManId)
ServiceReferenceFactorynewServiceReference in class ServiceReferenceFactorypublic ServiceReferenceInternal newServiceReference(DefaultServiceReference oldServRef, SecurityKey newSecurity)
ServiceReferenceFactorynewServiceReference in class ServiceReferenceFactory