|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.client.MEPClient
This is the super class for all MEPClients.
OperationClient
Field Summary | |
protected Options |
clientOptions
Deprecated. Client will pass all the parameters to this invocation using this. |
protected String |
mep
Deprecated. |
Constructor Summary | |
MEPClient(ServiceContext service,
String mep)
Deprecated. |
Method Summary | |
void |
addSOAPHeader(org.apache.ws.commons.om.OMElement soapHeaderBlock)
Deprecated. Allows users to add a SOAP header block. |
void |
addSOAPHeader(QName soapHeaderQName,
String soapHeaderText)
Deprecated. Allows users to add their own headers to the out going message from the client. |
protected void |
addUserAddedSOAPHeaders(MessageContext msgCtx,
Options options)
Deprecated. |
protected void |
assumeServiceContext(String clientHome)
Deprecated. Assumes the values for the ConfigurationContext and ServiceContext to make the NON WSDL cases simple. |
protected abstract void |
configureTransportInformation(MessageContext msgCtxt)
Deprecated. This gives chance to the derived class to configure its transport from the information injected by the user via options. |
protected org.apache.ws.commons.soap.SOAPEnvelope |
createDefaultSOAPEnvelope()
Deprecated. Creates SOAPEvelope(in terms of version) from the values set. |
void |
engageModule(QName name)
Deprecated. Engages a given module to the current invocation. |
Options |
getClientOptions()
Deprecated. |
ServiceContext |
getServiceContext()
Deprecated. |
protected TransportOutDescription |
inferTransport(EndpointReference epr)
Deprecated. Infers the transport by looking at the URL. |
protected TransportOutDescription |
inferTransport(String uri)
Deprecated. |
protected void |
inferTransportOutDescription(MessageContext msgCtx)
Deprecated. |
protected void |
prepareInvocation(AxisOperation axisop,
MessageContext msgCtx)
Deprecated. Prepares the message context for invocation. |
protected MessageContext |
prepareTheSOAPEnvelope(org.apache.ws.commons.om.OMElement toSend)
Deprecated. Prepares the SOAPEnvelope using the payload. |
void |
setClientOptions(Options clientOptions)
Deprecated. Sets all client options and parameters for this invocation. |
void |
setServiceContext(ServiceContext serviceContext)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Options clientOptions
protected final String mep
Constructor Detail |
public MEPClient(ServiceContext service, String mep)
Method Detail |
public void addSOAPHeader(org.apache.ws.commons.om.OMElement soapHeaderBlock)
soapHeaderBlock
- public void addSOAPHeader(QName soapHeaderQName, String soapHeaderText)
<HeaderBlockName>your text</HeaderBlockName>
. A more flexible way is to use addSOAPHeader(OMElement).
soapHeaderQName
- soapHeaderText
- protected void addUserAddedSOAPHeaders(MessageContext msgCtx, Options options)
protected void assumeServiceContext(String clientHome) throws AxisFault
AxisFault
protected abstract void configureTransportInformation(MessageContext msgCtxt) throws AxisFault
AxisFault
protected org.apache.ws.commons.soap.SOAPEnvelope createDefaultSOAPEnvelope() throws AxisFault
AxisFault
public void engageModule(QName name) throws AxisFault
name
-
AxisFault
protected TransportOutDescription inferTransport(EndpointReference epr) throws AxisFault
epr
-
AxisFault
protected TransportOutDescription inferTransport(String uri) throws AxisFault
AxisFault
protected void inferTransportOutDescription(MessageContext msgCtx) throws AxisFault
AxisFault
protected void prepareInvocation(AxisOperation axisop, MessageContext msgCtx) throws AxisFault
AxisFault
protected MessageContext prepareTheSOAPEnvelope(org.apache.ws.commons.om.OMElement toSend) throws AxisFault
toSend
-
AxisFault
public Options getClientOptions()
public ServiceContext getServiceContext()
public void setClientOptions(Options clientOptions)
clientOptions
- for more details.
public void setServiceContext(ServiceContext serviceContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |