src/share/jaxws_classes/javax/xml/soap/SOAPConnectionFactory.java

Print this page
rev 507 : 8047724: @since tag cleanup in jaxws
Reviewed-by:

*** 30,39 **** --- 30,41 ---- * is optional. If <code>SOAPConnectionFactory.newInstance()</code> throws an * UnsupportedOperationException then the implementation does not support the * SAAJ communication infrastructure. Otherwise {@link SOAPConnection} objects * can be created by calling <code>createConnection()</code> on the newly * created <code>SOAPConnectionFactory</code> object. + * + * @since 1.6 */ public abstract class SOAPConnectionFactory { /** * A constant representing the default value for a <code>SOAPConnection</code> * object. The default is the point-to-point SOAP connection.