com.sun.xml.ws.addressing
Class EndpointReferenceUtil
java.lang.Object
com.sun.xml.ws.addressing.EndpointReferenceUtil
public class EndpointReferenceUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EndpointReferenceUtil
public EndpointReferenceUtil()
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.