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

Packages that use EndpointReference
org.apache.axis2.addressing   
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.addressing
 

Methods in org.apache.axis2.addressing that return EndpointReference
static EndpointReference EndpointReferenceHelper.fromOM(org.apache.axiom.om.OMElement eprOMElement)
          Populates an endpoint reference based on the OMElement that is passed in.
 

Methods in org.apache.axis2.addressing with parameters of type EndpointReference
static void EndpointReferenceHelper.fromOM(EndpointReference epr, org.apache.axiom.om.OMElement eprOMElement, String addressingNamespace)
          Populates an endpoint reference based on the OMElement and WS-Addressing namespace that is passed in.
static org.apache.axiom.om.OMElement EndpointReferenceHelper.toOM(org.apache.axiom.om.OMFactory factory, EndpointReference epr, QName qname, String addressingNamespace)
          Creates an OMElement based on the properties of the endpoint reference.
 

Uses of EndpointReference in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return EndpointReference
 EndpointReference Options.getFaultTo()
          Get WS-Addressing FaultTo endpoint reference.
 EndpointReference Options.getFrom()
          Set WS-Addressing From endpoint reference.
 EndpointReference ServiceClient.getMyEPR(String transport)
          Get the endpoint reference for this client using a particular transport.
 EndpointReference Options.getReplyTo()
          Get WS-Addressing ReplyTo endpoint reference.
 EndpointReference ServiceClient.getTargetEPR()
          Get the endpoint reference for the service.
 EndpointReference Options.getTo()
          Get WS-Addressing To endpoint reference.
 

Methods in org.apache.axis2.client with parameters of type EndpointReference
 void Options.setFaultTo(EndpointReference faultTo)
          Set WS-Addressing FaultTo endpoint reference.
 void Options.setFrom(EndpointReference from)
          Set WS-Addressing From endpoint reference.
 void Options.setReplyTo(EndpointReference replyTo)
          Set WS-Addressing ReplyTo endpoint.
 void ServiceClient.setTargetEPR(EndpointReference targetEpr)
          Set the endpoint reference for the service.
 void Options.setTo(EndpointReference to)
          Set WS-Addressing To endpoint.
 

Uses of EndpointReference in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return EndpointReference
 EndpointReference MessageContext.getFaultTo()
           
 EndpointReference MessageContext.getFrom()
           
 EndpointReference ServiceContext.getMyEPR()
           
 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 transport for a given service
 EndpointReference MessageContext.getReplyTo()
           
 EndpointReference ServiceContext.getTargetEPR()
           
 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 ServiceContext.setMyEPR(EndpointReference myEPR)
           
 void MessageContext.setReplyTo(EndpointReference referance)
           
 void ServiceContext.setTargetEPR(EndpointReference targetEPR)
           
 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, MessageContext msgctx)
           
 

Uses of EndpointReference in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine that return EndpointReference
 EndpointReference ListenerManager.getEPRforService(String serviceName, String opName, String transportName)
          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 AddressingFinalInHandler.extractToEprReferenceParameters(EndpointReference toEPR, org.apache.axiom.soap.SOAPHeader header, String namespace)
           
protected abstract  void AddressingInHandler.extractToEprReferenceParameters(EndpointReference toEPR, org.apache.axiom.soap.SOAPHeader header, String namespace)
           
protected  void AddressingSubmissionInHandler.extractToEprReferenceParameters(EndpointReference toEPR, org.apache.axiom.soap.SOAPHeader header, String namespace)
           
 

Uses of EndpointReference in org.apache.axis2.transport
 

Methods in org.apache.axis2.transport that return EndpointReference
 EndpointReference TransportListener.getEPRForService(String serviceName, String ip)
          Deprecated. Transport listener can expose more than EPRs. So this method should return an array of EPRs. Deprecating this method for now and please use getEPRsForServices instead.
 EndpointReference[] TransportListener.getEPRsForService(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)
 EndpointReference[] AxisServlet.getEPRsForService(String serviceName, String ip)
           
 EndpointReference[] SimpleHTTPServer.getEPRsForService(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 complete url (http://www.myApp.com/ws)
 

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

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

Methods in org.apache.axis2.transport.jms that return EndpointReference
 EndpointReference JMSListener.getEPRForService(String serviceName, String ip)
          Returns the EPR for the given service and IP.
 EndpointReference[] JMSListener.getEPRsForService(String serviceName, String ip)
          Returns EPRs for the given service and IP.
 

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

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

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)
           
 EndpointReference[] SimpleMailListener.getEPRsForService(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)
 EndpointReference[] TCPServer.getEPRsForService(String serviceName, String ip)
           
 

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