com.ibm.websphere.sca.addressing
Interface EndpointReferenceFactory
- public interface EndpointReferenceFactory
Field Summary
Modifier and Type | Field and Description |
---|---|
|
INSTANCE
The default factory.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
createEndpointReference()
Creates a new EndpointReference.
|
Field Detail
INSTANCE
- static final EndpointReferenceFactory INSTANCE
The default factory.
Method Detail
createEndpointReference
- EndpointReference createEndpointReference( )
Creates a new EndpointReference.
Returns:
A new EndpointReference.