Class EndpointReferenceUtil

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

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