Uses of Class
org.apache.axis.message.addressing.EndpointReference

Packages that use EndpointReference
org.apache.axis.message.addressing   
org.apache.axis.message.addressing.handler   
org.apache.axis.message.addressing.util   
org.apache.ws.addressing.handler   
 

Uses of EndpointReference in org.apache.axis.message.addressing
 

Subclasses of EndpointReference in org.apache.axis.message.addressing
 class FaultTo
          Java content class for FaultTo element declaration.
 class From
          Java content class for From element declaration.
 class Recipient
          Java content class for Recipient element declaration.
 class ReplyTo
          Java content class for ReplyTo element declaration.
 

Methods in org.apache.axis.message.addressing that return EndpointReference
 EndpointReference AddressingHeaders.getFaultTo()
          Method getFaultTo.
 EndpointReference AddressingHeaders.getFrom()
          Method getFrom.
 EndpointReference AddressingHeaders.getReplyTo()
          Method getReplyTo.
 

Methods in org.apache.axis.message.addressing with parameters of type EndpointReference
 void AddressingHeaders.setFaultTo(EndpointReference epr)
          Method setFaultTo.
 void AddressingHeaders.setFrom(EndpointReference ref)
          Method setFrom.
 void AddressingHeaders.setReplyTo(EndpointReference ref)
          Method setReplyTo.
 

Constructors in org.apache.axis.message.addressing with parameters of type EndpointReference
AddressingHeaders(EndpointReference epr)
          Copy constructor.
 

Uses of EndpointReference in org.apache.axis.message.addressing.handler
 

Methods in org.apache.axis.message.addressing.handler with parameters of type EndpointReference
protected  void AxisServerSideAddressingHandler.forwardMessage(javax.xml.rpc.handler.soap.SOAPMessageContext soapMsgContext, EndpointReference endpointRef)
          Forward the SOAP message contained in the specified SOAP message context on to the specified end-point reference.
 

Uses of EndpointReference in org.apache.axis.message.addressing.util
 

Methods in org.apache.axis.message.addressing.util that return EndpointReference
static EndpointReference AddressingUtils.parseReference(java.lang.String epr)
          Parses a string containing an End-point reference in XML format, and translates it into an EndpointReference bean.
 

Methods in org.apache.axis.message.addressing.util with parameters of type EndpointReference
static java.lang.String AddressingUtils.toString(EndpointReference epr, boolean prettyPrint)
          Converts an End-Point Reference into an XML String.
 

Uses of EndpointReference in org.apache.ws.addressing.handler
 

Methods in org.apache.ws.addressing.handler with parameters of type EndpointReference
protected  void ServerSideAddressingHandler.forwardMessage(javax.xml.rpc.handler.soap.SOAPMessageContext ctx, EndpointReference ref)
          Forward the SOAP message contained in the specified SOAP message context on to the specified end-point reference.
 



Copyright © 2008-2009 Rodrigo Ruiz. All Rights Reserved.