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

Packages that use EndpointReference
org.apache.axis2.client   
org.apache.axis2.context   
org.apache.axis2.description   
org.apache.axis2.handlers.addressing   
org.apache.axis2.transport   
org.apache.axis2.transport.http   
org.apache.axis2.transport.jms   
org.apache.axis2.transport.local   
org.apache.axis2.transport.mail   
org.apache.axis2.transport.tcp   
 

Uses of EndpointReference in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return EndpointReference
static EndpointReference ListenerManager.replyToEPR(ConfigurationContext configurationContext, String serviceName, String transport)
          Returns the replyTo endpoint reference for the servicename/transport combination.
 EndpointReference Options.getFaultTo()
           
 EndpointReference Options.getFrom()
           
 EndpointReference Options.getReplyTo()
           
 EndpointReference Options.getTo()
           
 

Methods in org.apache.axis2.client with parameters of type EndpointReference
protected  TransportOutDescription MEPClient.inferTransport(EndpointReference epr)
          Deprecated. Infers the transport by looking at the URL.
 void Options.setFaultTo(EndpointReference faultTo)
           
 void Options.setFrom(EndpointReference from)
           
 void Options.setReplyTo(EndpointReference replyTo)
           
 void Options.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.description
 

Methods in org.apache.axis2.description with parameters of type EndpointReference
static TransportOutDescription ClientUtils.inferOutTransport(AxisConfiguration ac, EndpointReference epr)
           
 

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, String type, SOAPEnvelope envelope, OMNamespace addressingNamespaceObject, String addressingNamespace)
           
 

Uses of EndpointReference in org.apache.axis2.transport
 

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

Methods in org.apache.axis2.transport with parameters of type EndpointReference
protected abstract  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.getReplyToEPR(String serviceName)
          replyToEPR
 

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

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

Methods in org.apache.axis2.transport.jms that return EndpointReference
 EndpointReference SimpleJMSListener.getReplyToEPR(String serviceName)
           
 

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

Methods in org.apache.axis2.transport.local with parameters of type EndpointReference
 void LocalTransportReceiver.processMessage(InputStream in, EndpointReference to)
           
protected  OutputStream LocalResponder.openTheConnection(EndpointReference epr, MessageContext msgctx)
           
protected  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.getReplyToEPR(String serviceName)
           
 

Methods in org.apache.axis2.transport.mail with parameters of type EndpointReference
protected  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.getReplyToEPR(String serviceName)
           
 

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