KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > soap > SOAPConnection

javax.xml.soap
Class SOAPConnection

java.lang.Object
  extended byjavax.xml.soap.SOAPConnection
See Also:
Top Examples, Source Code, SOAPConnectionFactory

public abstract SOAPMessage call(SOAPMessage request,
                                 Object to)
                          throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void close()
                    throws SOAPException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public SOAPConnection()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags