com.sun.xml.ws.tx.coord.common
Class EndpointReferenceHelper

java.lang.Object
  extended by com.sun.xml.ws.tx.coord.common.EndpointReferenceHelper

public abstract class EndpointReferenceHelper
extends Object


Constructor Summary
EndpointReferenceHelper()
           
 
Method Summary
abstract  String getAddress()
           
abstract  Node[] getReferenceParameters()
           
static EndpointReferenceHelper newInstance(EndpointReference epr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointReferenceHelper

public EndpointReferenceHelper()
Method Detail

newInstance

public static EndpointReferenceHelper newInstance(EndpointReference epr)

getAddress

public abstract String getAddress()

getReferenceParameters

public abstract Node[] getReferenceParameters()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.