Package com.sun.xml.ws.addressing
Class EndpointReferenceUtil
java.lang.Object
com.sun.xml.ws.addressing.EndpointReferenceUtil
- Author:
- Rama Pulavarthi
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends EndpointReference>
Ttransform(Class<T> clazz, EndpointReference epr) Gives the EPR based on the clazz.
-
Method Details
-
transform
public static <T extends EndpointReference> T transform(Class<T> clazz, @NotNull EndpointReference epr) Gives the EPR based on the clazz. It may need to perform tranformation from W3C EPR to MS EPR or vise-versa.
-