13.4. JAXM API Docs

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.SOAPConnectionFactory

public abstract class SOAPConnectionFactory    public SOAPConnection createConnection() throws SOAPException;    public static SOAPConnectionFactory newInstance() throws SOAPException;

API 13.2 javax.xml.soap.SOAPConnection

public 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.ProviderConnectionFactory

public abstract class ProviderConnectionFactory    public abstract ProviderConnection  ...

Get J2EE™ and JAX™: Developing Web Applications and Web Services now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.