|
Oracle® XML Java API Reference 10g Release 1 (10.1) B12024-02 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is an abstraction of the transport layer that's carrying the messages.
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 sent. |
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
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 SOAPContextSOAPException
- with appropriate reason code if problempublic java.io.BufferedReader receive()
public java.util.Hashtable getHeaders()
public SOAPContext getResponseSOAPContext()
|
Oracle® XML Java API Reference 10g Release 1 (10.1) B12024-02 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |