Uses of Class
org.apache.axis2.addressing.EndpointReference

Packages that use EndpointReference
org.apache.axis2.addressing   
org.apache.axis2.addressing.om   
org.apache.axis2.clientapi   
org.apache.axis2.context   
org.apache.axis2.handlers.addressing   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.local   
org.apache.axis2.transport.mail   
org.apache.axis2.transport.tcp   
 

Uses of EndpointReference in org.apache.axis2.addressing
 

Methods in org.apache.axis2.addressing that return EndpointReference
 EndpointReference MessageInformationHeaders.getTo()
          Method getTo
 EndpointReference MessageInformationHeaders.getFrom()
          Method getFrom
 EndpointReference MessageInformationHeaders.getReplyTo()
          Method getReplyTo
 EndpointReference MessageInformationHeaders.getFaultTo()
          Method getFaultTo
 

Methods in org.apache.axis2.addressing with parameters of type EndpointReference
 void MessageInformationHeaders.setTo(EndpointReference to)
          Method setTo
 void MessageInformationHeaders.setFrom(EndpointReference from)
          Method setFrom
 void MessageInformationHeaders.setReplyTo(EndpointReference replyTo)
          Method setReplyTo
 void MessageInformationHeaders.setFaultTo(EndpointReference faultTo)
          Method setFaultTo
 

Constructors in org.apache.axis2.addressing with parameters of type EndpointReference
MessageInformationHeaders(EndpointReference wsaTo, java.lang.String action)
          Addressing Header MUST have a to and an action
 

Uses of EndpointReference in org.apache.axis2.addressing.om
 

Methods in org.apache.axis2.addressing.om that return EndpointReference
 EndpointReference AddressingHeaders.getWsaTo()
          Method getWsaTo
 EndpointReference AddressingHeaders.getWsaFrom()
          Method getWsaFrom
 EndpointReference AddressingHeaders.getWsaReply()
          Method getWsaReply
 EndpointReference AddressingHeaders.getWsaFaultTo()
          Method getWsaFaultTo
 

Methods in org.apache.axis2.addressing.om with parameters of type EndpointReference
 void AddressingHeaders.setWsaTo(EndpointReference wsaTo)
          Method setWsaTo
 void AddressingHeaders.setWsaFrom(EndpointReference wsaFrom)
          Method setWsaFrom
 void AddressingHeaders.setWsaReply(EndpointReference wsaReply)
          Method setWsaReply
 void AddressingHeaders.setWsaFaultTo(EndpointReference wsaFaultTo)
          Method setWsaFaultTo
 

Constructors in org.apache.axis2.addressing.om with parameters of type EndpointReference
AddressingHeaders(EndpointReference wsaTo, java.lang.String action)
          Addressing Header MUST have a to and an action
 

Uses of EndpointReference in org.apache.axis2.clientapi
 

Fields in org.apache.axis2.clientapi declared as EndpointReference
protected  EndpointReference InOutMEPClient.to
          The address the message should be send
protected  EndpointReference Stub.toEPR
           
 

Methods in org.apache.axis2.clientapi that return EndpointReference
static EndpointReference ListenerManager.replyToEPR(java.lang.String serviceName, java.lang.String transport)
           
 

Methods in org.apache.axis2.clientapi with parameters of type EndpointReference
 TransportOutDescription MEPClient.inferTransport(EndpointReference epr)
          try to infer the transport looking at the URL, the URL can be http:// tcp:// mail:// local://.
 void InOutMEPClient.setTo(EndpointReference to)
           
 void InOnlyMEPClient.setFaultTo(EndpointReference faultTo)
           
 void InOnlyMEPClient.setFrom(EndpointReference from)
           
 void InOnlyMEPClient.setReplyTo(EndpointReference replyTo)
           
 void InOnlyMEPClient.setTo(EndpointReference to)
           
 

Uses of EndpointReference in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return EndpointReference
 EndpointReference MessageContext.getFaultTo()
           
 EndpointReference MessageContext.getFrom()
           
 EndpointReference MessageContext.getReplyTo()
           
 EndpointReference MessageContext.getTo()
           
 

Methods in org.apache.axis2.context with parameters of type EndpointReference
 void MessageContext.setFaultTo(EndpointReference reference)
           
 void MessageContext.setFrom(EndpointReference reference)
           
 void MessageContext.setReplyTo(EndpointReference referance)
           
 void MessageContext.setTo(EndpointReference referance)
           
 

Uses of EndpointReference in org.apache.axis2.handlers.addressing
 

Methods in org.apache.axis2.handlers.addressing with parameters of type EndpointReference
protected  void AddressingOutHandler.addToSOAPHeader(EndpointReference epr, java.lang.String type, SOAPHeader soapHeader)
           
 

Uses of EndpointReference in org.apache.axis2.transport
 

Methods in org.apache.axis2.transport that return EndpointReference
abstract  EndpointReference TransportListener.replyToEPR(java.lang.String serviceName)
           
 

Methods in org.apache.axis2.transport with parameters of type EndpointReference
protected abstract  java.io.OutputStream AbstractTransportSender.openTheConnection(EndpointReference epr, MessageContext msgctx)
           
 

Uses of EndpointReference in org.apache.axis2.transport.http
 

Methods in org.apache.axis2.transport.http that return EndpointReference
 EndpointReference SimpleHTTPServer.replyToEPR(java.lang.String serviceName)
          replyToEPR
 

Methods in org.apache.axis2.transport.http with parameters of type EndpointReference
 void CommonsHTTPTransportSender.writeMessageWithCommons(MessageContext msgContext, EndpointReference toURL, OMElement dataout)
           
 

Uses of EndpointReference in org.apache.axis2.transport.local
 

Methods in org.apache.axis2.transport.local with parameters of type EndpointReference
 void LocalTransportReceiver.processMessage(java.io.InputStream in, EndpointReference to)
           
protected  java.io.OutputStream LocalTransportSender.openTheConnection(EndpointReference epr, MessageContext msgContext)
           
 

Uses of EndpointReference in org.apache.axis2.transport.mail
 

Methods in org.apache.axis2.transport.mail that return EndpointReference
 EndpointReference SimpleMailListener.replyToEPR(java.lang.String serviceName)
           
 

Methods in org.apache.axis2.transport.mail with parameters of type EndpointReference
protected  java.io.OutputStream MailTransportSender.openTheConnection(EndpointReference epr, MessageContext msgContext)
           
 

Uses of EndpointReference in org.apache.axis2.transport.tcp
 

Methods in org.apache.axis2.transport.tcp that return EndpointReference
 EndpointReference TCPServer.replyToEPR(java.lang.String serviceName)
           
 

Methods in org.apache.axis2.transport.tcp with parameters of type EndpointReference
protected  java.io.OutputStream TCPTransportSender.openTheConnection(EndpointReference toURL, MessageContext msgContext)