Package com.sun.xml.ws.addressing
Class EndpointReferenceUtil
java.lang.Object
com.sun.xml.ws.addressing.EndpointReferenceUtil
- Author:
- Rama Pulavarthi
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EndpointReferenceUtil
public EndpointReferenceUtil()
-
-
Method Details
-
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.
-