com.ibm.websphere.wsaddressing.jaxws

Class EndpointReferenceConverter

  1. java.lang.Object
  2. extended bycom.ibm.websphere.wsaddressing.jaxws.EndpointReferenceConverter

Deprecated.
  1. public abstract class EndpointReferenceConverter
  2. extends java.lang.Object
This abstract class is used to convert EndpointReferences between the type which may be used with the WS-Addressing API and types which can be marshalled by JAXB 2.0.

Constructor Summary

Constructor and Description
EndpointReferenceConverter()
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. static
  2. EndpointReference
createIBMEndpointReference(SubmissionEndpointReference epr)
Deprecated. This method creates an WS-Addressing API EndpointReference based on the provided SubmissionEndpointReference object
  1. static
  2. EndpointReference
createIBMEndpointReference(W3CEndpointReference epr)
Deprecated. This method creates an WS-Addressing API EndpointReference based on the provided W3CEndpointReference object
  1. protected abstract
  2. EndpointReference
createIBMEndpointReferenceImpl(SubmissionEndpointReference epr)
Deprecated.
  1. protected abstract
  2. EndpointReference
createIBMEndpointReferenceImpl(W3CEndpointReference epr)
Deprecated.
  1. static
  2. SubmissionEndpointReference
createSubmissionEndpointReference(EndpointReference epr)
Deprecated. This method creates SubmissionEndpointReference object based on the provided WS-Addressing API EndpointReference object
  1. protected abstract
  2. SubmissionEndpointReference
createSubmissionEndpointReferenceImpl(EndpointReference epr)
Deprecated.
  1. static
  2. W3CEndpointReference
createW3CEndpointReference(EndpointReference epr)
Deprecated. This method creates W3CEndpointReference object based on the provided WS-Addressing API EndpointReference object
  1. protected abstract
  2. W3CEndpointReference
createW3CEndpointReferenceImpl(EndpointReference epr)
Deprecated.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

EndpointReferenceConverter

  1. public EndpointReferenceConverter( )
Deprecated.

Method Detail

createIBMEndpointReference

  1. public static EndpointReference createIBMEndpointReference( W3CEndpointReference epr)
  2. throws EndpointReferenceCreationException
Deprecated.

This method creates an WS-Addressing API EndpointReference based on the provided W3CEndpointReference object

Parameters:
epr - The W3CEndpointReference to be converted to a com.ibm.websphere.wsaddressing.EndpointReference
Throws:
EndpointReferenceCreationException - thrown if there was a problem creating the EndpointReference.

createIBMEndpointReference

  1. public static EndpointReference createIBMEndpointReference( SubmissionEndpointReference epr)
  2. throws EndpointReferenceCreationException
Deprecated.

This method creates an WS-Addressing API EndpointReference based on the provided SubmissionEndpointReference object

Parameters:
epr - The SubmissionEndpointReference to be converted to a com.ibm.websphere.wsaddressing.EndpointReference
Throws:
EndpointReferenceCreationException - thrown if there was a problem creating the EndpointReference.

createW3CEndpointReference

  1. public static W3CEndpointReference createW3CEndpointReference( EndpointReference epr)
  2. throws EndpointReferenceCreationException
Deprecated.

This method creates W3CEndpointReference object based on the provided WS-Addressing API EndpointReference object

Parameters:
epr - The com.ibm.websphere.wsaddressing.EndpointReference to be converted to a W3CEndpointReference
Throws:
EndpointReferenceCreationException - thrown if there was a problem creating the EndpointReference. For example, if the profived EndpointReference does not have the 2005/08 namespace

createSubmissionEndpointReference

  1. public static SubmissionEndpointReference createSubmissionEndpointReference( EndpointReference epr)
  2. throws EndpointReferenceCreationException
Deprecated.

This method creates SubmissionEndpointReference object based on the provided WS-Addressing API EndpointReference object

Parameters:
epr - The com.ibm.websphere.wsaddressing.EndpointReference to be converted to a SubmissionEndpointReference
Throws:
EndpointReferenceCreationException - thrown if there was a problem creating the EndpointReference. For example, if the profived EndpointReference does not have the 2004/08 namespace

createIBMEndpointReferenceImpl

  1. protected abstract EndpointReference createIBMEndpointReferenceImpl( W3CEndpointReference epr)
  2. throws EndpointReferenceCreationException
Deprecated.
Throws:
See Also:
com.ibm.webshere.wsaddressing.jaxws.EndpointReferenceConverter#createIBMEndpointReference

createIBMEndpointReferenceImpl

  1. protected abstract EndpointReference createIBMEndpointReferenceImpl( SubmissionEndpointReference epr)
  2. throws EndpointReferenceCreationException
Deprecated.
Throws:
See Also:
com.ibm.webshere.wsaddressing.jaxws.EndpointReferenceConverter#createIBMEndpointReference

createW3CEndpointReferenceImpl

  1. protected abstract W3CEndpointReference createW3CEndpointReferenceImpl( EndpointReference epr)
  2. throws EndpointReferenceCreationException
Deprecated.
Throws:
See Also:
com.ibm.webshere.wsaddressing.jaxws.EndpointReferenceConverter#createW3CEndpointReference

createSubmissionEndpointReferenceImpl

  1. protected abstract SubmissionEndpointReference createSubmissionEndpointReferenceImpl( EndpointReference epr)
  2. throws EndpointReferenceCreationException
Deprecated.
Throws:
See Also:
com.ibm.webshere.wsaddressing.jaxws.EndpointReferenceConverter#createSubmissionEndpointReference