com.ibm.websphere.sca.addressing

Interface EndpointReferenceFactory


  1. public interface EndpointReferenceFactory
A factory for creating WS-Adressing endpoint references.

Field Summary

Modifier and Type Field and Description
  1. static
  2. EndpointReferenceFactory
INSTANCE
The default factory.

Method Summary

Modifier and Type Method and Description
  1. EndpointReference
createEndpointReference()
Creates a new EndpointReference.

Field Detail

INSTANCE

  1. static final EndpointReferenceFactory INSTANCE
The default factory.

Method Detail

createEndpointReference

  1. EndpointReference createEndpointReference( )
Creates a new EndpointReference.
Returns:
A new EndpointReference.