Uses of Interface
org.apache.ws.addressing.EndpointReference

Packages that use EndpointReference
org.apache.ws.addressing   
org.apache.ws.resource   
org.apache.ws.resource.faults   
 

Uses of EndpointReference in org.apache.ws.addressing
 

Classes in org.apache.ws.addressing that implement EndpointReference
 class XmlBeansEndpointReference
          This class wraps XmlBean-generated XmlBeansEndpointReference types for use throughout the system.
 

Uses of EndpointReference in org.apache.ws.resource
 

Methods in org.apache.ws.resource that return EndpointReference
 EndpointReference Resource.getEndpointReference()
          Returns the EndpointReference associated with this Resource.
 

Methods in org.apache.ws.resource with parameters of type EndpointReference
 java.lang.Object ResourceHome.extractResourceIdentifier(EndpointReference epr)
          Extracts the Resource identifier from the specified endpoint reference - typically, this is done by deserializing a particular reference parameter that represents the identifier.
 void Resource.setEndpointReference(EndpointReference epr)
          Sets the EndpointReference associated with this Resource.
 

Uses of EndpointReference in org.apache.ws.resource.faults
 

Methods in org.apache.ws.resource.faults that return EndpointReference
 EndpointReference AbstractBaseFaultException.getOriginator()
          DOCUMENT_ME
 

Methods in org.apache.ws.resource.faults with parameters of type EndpointReference
 void AbstractBaseFaultException.setOriginator(EndpointReference originator)
          DOCUMENT_ME
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.