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 java.lang.Object


Constructor Summary
EndpointReferenceHelper()
           
 
Method Summary
abstract  java.lang.String getAddress()
           
abstract  org.w3c.dom.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 java.lang.String getAddress()

getReferenceParameters

public abstract org.w3c.dom.Node[] getReferenceParameters()


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