com.sun.xml.ws.addressing
Class EndpointReferenceUtil

java.lang.Object
  extended by com.sun.xml.ws.addressing.EndpointReferenceUtil

public class EndpointReferenceUtil
extends Object


Constructor Summary
EndpointReferenceUtil()
           
 
Method Summary
static
<T extends javax.xml.ws.EndpointReference>
T
transform(Class<T> clazz, javax.xml.ws.EndpointReference epr)
          Gives the EPR based on the clazz.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointReferenceUtil

public EndpointReferenceUtil()
Method Detail

transform

public static <T extends javax.xml.ws.EndpointReference> T transform(Class<T> clazz,
                                                                     @NotNull
                                                                     javax.xml.ws.EndpointReference epr)
Gives the EPR based on the clazz. It may need to perform tranformation from W3C EPR to MS EPR or vise-versa.