Exemplo n.º 1
0
 /**
  * Creates from the spec version of {@link EndpointReference}.
  *
  * <p>This method performs the data conversion, so it's slow. Do not use this method in a
  * performance critical path.
  */
 public WSEndpointReference(EndpointReference epr) {
   this(epr, AddressingVersion.fromSpecClass(epr.getClass()));
 }