Modifier and Type | Method and Description |
---|---|
static EndpointReference |
EndpointReferenceHelper.fromOM(org.apache.axiom.om.OMElement eprOMElement)
Populates an endpoint reference based on the
OMElement that is
passed in. |
static EndpointReference |
EndpointReferenceHelper.fromOM(String eprString)
Deprecated.
use
EndpointReferenceHelper.fromString(String) instead. |
static EndpointReference |
EndpointReferenceHelper.fromString(String eprString)
Populates an endpoint reference based on the
String that is
passed in. |
Modifier and Type | Method and Description |
---|---|
static String |
EndpointReferenceHelper.fromOM(EndpointReference epr,
org.apache.axiom.om.OMElement eprOMElement)
Populates an endpoint reference based on the
OMElement . |
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 InterfaceName |
EndpointReferenceHelper.getInterfaceNameMetadata(EndpointReference epr,
String addressingNamespace)
Retrieves the WS-Addressing EPR PortType, or InterfaceName, element from an EPR,
as appropriate.
|
static ServiceName |
EndpointReferenceHelper.getServiceNameMetadata(EndpointReference epr,
String addressingNamespace)
Retrieves the WS-Addressing EPR ServiceName element from an EPR.
|
static WSDLLocation |
EndpointReferenceHelper.getWSDLLocationMetadata(EndpointReference epr,
String addressingNamespace)
Retrieves the wsdli:wsdlLocation attribute from an EPR.
|
boolean |
EndpointReference.isEquivalent(EndpointReference epr)
Compares key parts of the state from the current instance of
this class with the specified instance to see if they are
equivalent.
|
static void |
EndpointReferenceHelper.setInterfaceNameMetadata(org.apache.axiom.om.OMFactory factory,
EndpointReference epr,
String addressingNamespace,
InterfaceName interfaceName)
Adds an instance of
InterfaceName as metadata to the specified EPR. |
static void |
EndpointReferenceHelper.setServiceNameMetadata(org.apache.axiom.om.OMFactory factory,
EndpointReference epr,
String addressingNamespace,
ServiceName serviceName)
Adds an instance of
ServiceName as metadata to the specified EPR. |
static void |
EndpointReferenceHelper.setWSDLLocationMetadata(org.apache.axiom.om.OMFactory factory,
EndpointReference epr,
String addressingNamespace,
WSDLLocation wsdlLocation)
Adds an instance of
WSDLLocation as metadata to the specified EPR. |
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. |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
EndpointReference |
MessageContext.getFaultTo() |
EndpointReference |
MessageContext.getFrom() |
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() |
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setFaultTo(EndpointReference reference) |
void |
MessageContext.setFrom(EndpointReference reference) |
void |
ServiceContext.setMyEPR(EndpointReference myEPR) |
void |
MessageContext.setReplyTo(EndpointReference reference)
Set ReplyTo destination
|
void |
ServiceContext.setTargetEPR(EndpointReference targetEPR) |
void |
MessageContext.setTo(EndpointReference to) |
Modifier and Type | Method and Description |
---|---|
static TransportOutDescription |
ClientUtils.inferOutTransport(AxisConfiguration ac,
EndpointReference epr,
MessageContext msgctx) |
Modifier and Type | Method and Description |
---|---|
EndpointReference |
ListenerManager.getEPRforService(String serviceName,
String opName,
String transportName)
To get an EPR for a given service
|
Modifier and Type | Method and Description |
---|---|
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)
Get the endpoint references for a given service.
|
Modifier and Type | Method and Description |
---|---|
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 |
AxisServletListener.getEPRForService(String serviceName,
String ip) |
static EndpointReference[] |
HTTPTransportUtils.getEPRsForService(ConfigurationContext configurationContext,
TransportInDescription trpInDesc,
String serviceName,
String ip,
int port) |
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)
|
EndpointReference[] |
AxisServletListener.getEPRsForService(String serviceName,
String ip) |
Modifier and Type | Method and Description |
---|---|
void |
LocalTransportReceiver.processMessage(ConfigurationContext configurationContext,
InputStream in,
EndpointReference to,
String action,
OutputStream response) |
void |
LocalTransportReceiver.processMessage(InputStream in,
EndpointReference to,
String action,
OutputStream response) |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.