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

Packages that use EndpointReference
org.apache.axis.message.addressing   
org.apache.axis.message.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.getFrom()
          Method getFrom
 EndpointReference AddressingHeaders.getReplyTo()
          Method getReplyTo
 EndpointReference AddressingHeaders.getFaultTo()
          Method getFaultTo
 

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

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

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)
           
 



Copyright © 2004-2005 Apache Web Services. All Rights Reserved.