September 2002
Intermediate to advanced
608 pages
14h 20m
English
The following API documentation covers the most frequently used classes, and the most useful or informative methods within those classes.
API 13.1 javax.xml.soap.SOAPConnectionFactorypublic abstract class SOAPConnectionFactory public SOAPConnection createConnection() throws SOAPException; public static SOAPConnectionFactory newInstance() throws SOAPException; |
API 13.2 javax.xml.soap.SOAPConnectionpublic abstract class SOAPConnection public abstract SOAPMessage call(SOAPMessage request, Endpoint endpoint) throws SOAPException; public abstract void close() throws SOAPException; |
API 13.3 javax.xml.messaging.ProviderConnectionFactorypublic abstract class ProviderConnectionFactory public abstract ProviderConnection ... |
Read now
Unlock full access