public abstract class EndpointReferenceConverter
extends java.lang.Object
| Constructor and Description |
|---|
EndpointReferenceConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static EndpointReference |
createIBMEndpointReference(SubmissionEndpointReference epr)
Deprecated.
This method creates an
WS-Addressing API EndpointReference based on the provided SubmissionEndpointReference object
|
static EndpointReference |
createIBMEndpointReference(W3CEndpointReference epr)
Deprecated.
This method creates an
WS-Addressing API EndpointReference based on the provided W3CEndpointReference object
|
protected abstract EndpointReference |
createIBMEndpointReferenceImpl(SubmissionEndpointReference epr)
Deprecated.
|
protected abstract EndpointReference |
createIBMEndpointReferenceImpl(W3CEndpointReference epr)
Deprecated.
|
static SubmissionEndpointReference |
createSubmissionEndpointReference(EndpointReference epr)
Deprecated.
This method creates SubmissionEndpointReference object based on the provided WS-Addressing API EndpointReference object
|
protected abstract SubmissionEndpointReference |
createSubmissionEndpointReferenceImpl(EndpointReference epr)
Deprecated.
|
static W3CEndpointReference |
createW3CEndpointReference(EndpointReference epr)
Deprecated.
This method creates W3CEndpointReference object based on the provided WS-Addressing API EndpointReference object
|
protected abstract W3CEndpointReference |
createW3CEndpointReferenceImpl(EndpointReference epr)
Deprecated.
|
public static EndpointReference createIBMEndpointReference(W3CEndpointReference epr) throws EndpointReferenceCreationException
This method creates an WS-Addressing API EndpointReference based on the provided W3CEndpointReference object
epr - The W3CEndpointReference to be converted to a com.ibm.websphere.wsaddressing.EndpointReferenceEndpointReferenceCreationException - thrown if there was a problem
creating the EndpointReference.public static EndpointReference createIBMEndpointReference(SubmissionEndpointReference epr) throws EndpointReferenceCreationException
This method creates an WS-Addressing API EndpointReference based on the provided SubmissionEndpointReference object
epr - The SubmissionEndpointReference to be converted to a com.ibm.websphere.wsaddressing.EndpointReferenceEndpointReferenceCreationException - thrown if there was a problem
creating the EndpointReference.public static W3CEndpointReference createW3CEndpointReference(EndpointReference epr) throws EndpointReferenceCreationException
This method creates W3CEndpointReference object based on the provided WS-Addressing API EndpointReference object
epr - The com.ibm.websphere.wsaddressing.EndpointReference to be converted to a W3CEndpointReferenceEndpointReferenceCreationException - thrown if there was a problem
creating the EndpointReference. For example, if the profived EndpointReference does not have the 2005/08 namespacepublic static SubmissionEndpointReference createSubmissionEndpointReference(EndpointReference epr) throws EndpointReferenceCreationException
This method creates SubmissionEndpointReference object based on the provided WS-Addressing API EndpointReference object
epr - The com.ibm.websphere.wsaddressing.EndpointReference to be converted to a SubmissionEndpointReferenceEndpointReferenceCreationException - thrown if there was a problem
creating the EndpointReference. For example, if the profived EndpointReference does not have the 2004/08 namespaceprotected abstract EndpointReference createIBMEndpointReferenceImpl(W3CEndpointReference epr) throws EndpointReferenceCreationException
EndpointReferenceCreationExceptioncom.ibm.webshere.wsaddressing.jaxws.EndpointReferenceConverter#createIBMEndpointReferenceprotected abstract EndpointReference createIBMEndpointReferenceImpl(SubmissionEndpointReference epr) throws EndpointReferenceCreationException
EndpointReferenceCreationExceptioncom.ibm.webshere.wsaddressing.jaxws.EndpointReferenceConverter#createIBMEndpointReferenceprotected abstract W3CEndpointReference createW3CEndpointReferenceImpl(EndpointReference epr) throws EndpointReferenceCreationException
EndpointReferenceCreationExceptioncom.ibm.webshere.wsaddressing.jaxws.EndpointReferenceConverter#createW3CEndpointReferenceprotected abstract SubmissionEndpointReference createSubmissionEndpointReferenceImpl(EndpointReference epr) throws EndpointReferenceCreationException
EndpointReferenceCreationExceptioncom.ibm.webshere.wsaddressing.jaxws.EndpointReferenceConverter#createSubmissionEndpointReference