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.engine   
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
 EndpointReference ServiceClient.getMyEPR(String transport)
          To get the EPR that the service is running transport : can be null , if it is null then epr will be craetd using any available transports
 EndpointReference ServiceClient.getTargetEPR()
          To get the Targert EPR if any in service conetext and reference paramters in TEPR can send back , in the same time this epr can use to manage session across mutiple ServiceClient
 EndpointReference Options.getFaultTo()
           
 EndpointReference Options.getFrom()
           
 EndpointReference Options.getReplyTo()
           
 EndpointReference Options.getTo()
           
 

Methods in org.apache.axis2.client with parameters of type EndpointReference
 void ServiceClient.setTargetEPR(EndpointReference targetEpr)
           
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 ServiceContext.getMyEPR(String transport)
          To get the ERP for a given service , if the transport is present and not running then it will add as a listener to ListenerManager , there it will init that and start the listener , and finally ask the EPR from tarnsport for a given service
 EndpointReference ServiceContext.getTargetEPR()
           
 EndpointReference ServiceContext.getMyEPR()
           
 EndpointReference MessageContext.getFaultTo()
           
 EndpointReference MessageContext.getFrom()
           
 EndpointReference MessageContext.getReplyTo()
           
 EndpointReference MessageContext.getTo()
           
 

Methods in org.apache.axis2.context with parameters of type EndpointReference
 void ServiceContext.setTargetEPR(EndpointReference targetEPR)
           
 void ServiceContext.setMyEPR(EndpointReference myEPR)
           
 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.engine
 

Methods in org.apache.axis2.engine that return EndpointReference
 EndpointReference ListenerManager.getERPforService(String serviceName, String opName, String tranportName)
          To get an EPR for a given service
 

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, org.apache.ws.commons.soap.SOAPEnvelope envelope, org.apache.ws.commons.om.OMNamespace addressingNamespaceObject)
           
protected  void AddressingSubmissionInHandler.extractToEprReferenceParameters(EndpointReference toEPR, org.apache.ws.commons.soap.SOAPHeader header)
           
protected  void AddressingSubmissionInHandler.extractEPRInformation(org.apache.ws.commons.soap.SOAPHeaderBlock headerBlock, EndpointReference epr, String addressingNamespace)
           
protected abstract  void AddressingInHandler.extractToEprReferenceParameters(EndpointReference toEPR, org.apache.ws.commons.soap.SOAPHeader header)
           
protected abstract  void AddressingInHandler.extractEPRInformation(org.apache.ws.commons.soap.SOAPHeaderBlock headerBlock, EndpointReference epr, String addressingNamespace)
          Given the soap header block, this should extract the information within EPR.
protected  void AddressingFinalInHandler.extractToEprReferenceParameters(EndpointReference toEPR, org.apache.ws.commons.soap.SOAPHeader header)
           
protected  void AddressingFinalInHandler.extractEPRInformation(org.apache.ws.commons.soap.SOAPHeaderBlock headerBlock, EndpointReference epr, String addressingNamespace)
           
 

Uses of EndpointReference in org.apache.axis2.transport
 

Methods in org.apache.axis2.transport that return EndpointReference
 EndpointReference TransportListener.getEPRForService(String serviceName, String ip)
           
 

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 AxisServlet.getEPRForService(String serviceName, String ip)
           
 EndpointReference SimpleHTTPServer.getEPRForService(String serviceName, String ip)
          replyToEPR If the user has given host address paramter then it gets the high priority and ERP will be creatd using that N:B - hostAddress should be a complte url (http://www.myApp.com/ws)
 

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

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

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

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.getEPRForService(String serviceName, String ip)
           
 

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.getEPRForService(String serviceName, String ip)
          I fthe hostAddress parameter is present in axis2.xml then the EPR will be created by taking the hostAddres into account (non-Javadoc)
 

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