API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.soap. SOAPConnection View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      SOAPConnection
Implements
Subclasses
Description
publicabstract abstract class SOAPConnection
  A point-to-point connection that a client can use for sending messages directly to a remote party (represented by a URL, for instance).
See also:   
Constructors
public SOAPConnection ()
Methods
Hide/Show inherited methods
publicabstract SOAPMessage call (SOAPMessage request, Object to) throws SOAPException
  Sends the given message to the specified endpoint and blocks until it has returned the response.
publicabstract void close () throws SOAPException
  Closes this SOAPConnection object.
public SOAPMessage get (Object to) throws SOAPException
  Gets a message from a specific endpoint and blocks until it receives,
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar