Package com.sun.xml.ws.tx.coord.common
Class EndpointReferenceHelper
- java.lang.Object
-
- com.sun.xml.ws.tx.coord.common.EndpointReferenceHelper
-
public abstract class EndpointReferenceHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description EndpointReferenceHelper()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract StringgetAddress()abstract Node[]getReferenceParameters()static EndpointReferenceHelpernewInstance(javax.xml.ws.EndpointReference epr)
-
-
-
Method Detail
-
newInstance
public static EndpointReferenceHelper newInstance(javax.xml.ws.EndpointReference epr)
-
getAddress
public abstract String getAddress()
-
getReferenceParameters
public abstract Node[] getReferenceParameters()
-
-