Java javax.xml.soap SOAPConnection fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.soap SOAPConnection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.soap SOAPConnection.

The text is from its open source code.

Method

SOAPMessagecall(SOAPMessage request, Object to)
Sends the given message to the specified endpoint and blocks until it has returned the response.
voidclose()
Closes this SOAPConnection object.
SOAPMessageget(Object to)
Gets a message from a specific endpoint and blocks until it receives,