com.sun.xml.ws.addressing
Class EndpointReferenceUtil

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

public class EndpointReferenceUtil
extends Object


Constructor Summary
EndpointReferenceUtil()
           
 
Method Summary
static
<T extends EndpointReference>
T
transform(Class<T> clazz, EndpointReference epr)
          Gives the EPR based on the clazz.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointReferenceUtil

public EndpointReferenceUtil()
Method Detail

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.



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.