|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.soap.transport.FilterTransport
SOAPHTTPConnection
is an implementation of the
SOAPTransport
interface for HTTP.
Constructor Summary | |
FilterTransport(EnvelopeEditor editor,
SOAPTransport transport)
|
Method Summary | |
java.util.Hashtable |
getHeaders()
Return access to headers generated by the protocol. |
SOAPContext |
getResponseSOAPContext()
Return the SOAPContext associated with the response. |
java.io.BufferedReader |
receive()
Return a buffered reader to receive back the response to whatever was sent to whatever. |
void |
send(java.net.URL sendTo,
java.lang.String action,
java.util.Hashtable headers,
Envelope env,
SOAPMappingRegistry smr,
SOAPContext ctx)
This method is used to request that an envelope be posted to the given URL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilterTransport(EnvelopeEditor editor, SOAPTransport transport)
Method Detail |
public void send(java.net.URL sendTo, java.lang.String action, java.util.Hashtable headers, Envelope env, SOAPMappingRegistry smr, SOAPContext ctx) throws SOAPException
send
in interface SOAPTransport
sendTo
- the URL to send the envelope toaction
- the SOAPAction header field valueheaders
- any other header fields to go to as protocol headersenv
- the envelope to sendsmr
- the XML<->Java type mapping registry (passed on)ctx
- the request SOAPContext
SOAPException
- with appropriate reason code if problempublic java.io.BufferedReader receive()
receive
in interface SOAPTransport
public java.util.Hashtable getHeaders()
getHeaders
in interface SOAPTransport
public SOAPContext getResponseSOAPContext()
getResponseSOAPContext
in interface SOAPTransport
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |