Example usage for Java javax.xml.soap SOAPConnection fields, constructors, methods, implement or subclass
The text is from its open source code.
SOAPMessage | call(SOAPMessage request, Object to) Sends the given message to the specified endpoint and blocks until it has returned the response. |
void | close() Closes this SOAPConnection object. |
SOAPMessage | get(Object to) Gets a message from a specific endpoint and blocks until it receives, |