Class EndpointReferenceUtil


  • public class EndpointReferenceUtil
    extends Object
    Author:
    Rama Pulavarthi
    • 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.