|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.transport.http.AbstractHTTPSender
org.apache.axis2.transport.http.RESTSender
Nested Class Summary | |
class |
RESTSender.AxisRESTRequestEntity
|
Nested classes inherited from class org.apache.axis2.transport.http.AbstractHTTPSender |
AbstractHTTPSender.AxisRequestEntity |
Field Summary |
Fields inherited from class org.apache.axis2.transport.http.AbstractHTTPSender |
ANONYMOUS, chunked, format, httpVersion, PROXY_HOST_NAME, PROXY_PORT, proxyOutSetting |
Constructor Summary | |
RESTSender()
|
Method Summary | |
org.apache.axis2.transport.http.RESTSender.RequestData |
createRequest(MessageContext msgContext,
org.apache.axiom.om.OMElement dataout)
|
String |
getParam(MessageContext msgContext)
|
void |
send(MessageContext msgContext,
org.apache.axiom.om.OMElement dataout,
URL url,
String soapActionString)
By this time, you must have identified that you are doing REST here. |
Methods inherited from class org.apache.axis2.transport.http.AbstractHTTPSender |
configProxyAuthentication, executeMethod, getHostConfiguration, getHttpClient, getTimeoutValues, obtainHTTPHeaderInformation, processResponse, setChunked, setFormat, setHttpVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RESTSender()
Method Detail |
public org.apache.axis2.transport.http.RESTSender.RequestData createRequest(MessageContext msgContext, org.apache.axiom.om.OMElement dataout)
public void send(MessageContext msgContext, org.apache.axiom.om.OMElement dataout, URL url, String soapActionString)
send
in class AbstractHTTPSender
msgContext
- dataout
- url
- soapActionString
- public String getParam(MessageContext msgContext)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |