|
Java EE 5 SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object extended by javax.xml.soap.SOAPConnectionFactory
public abstract class SOAPConnectionFactory
A factory for creating SOAPConnection objects. Implementation of this class
is optional. If SOAPConnectionFactory.newInstance() throws an
UnsupportedOperationException then the implementation does not support the
SAAJ communication infrastructure. Otherwise SOAPConnection objects
can be created by calling createConnection() on the newly
created SOAPConnectionFactory object.
| Constructor Summary | |
|---|---|
SOAPConnectionFactory()
|
|
| Method Summary | |
|---|---|
abstract SOAPConnection |
createConnection()
Create a new SOAPConnection. |
static SOAPConnectionFactory |
newInstance()
Creates an instance of the default SOAPConnectionFactory object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SOAPConnectionFactory()
| Method Detail |
|---|
public static SOAPConnectionFactory newInstance() throws SOAPException, UnsupportedOperationException
SOAPConnectionFactory object.
SOAPConnectionFactory object
SOAPException - if there was an error creating the
SOAPConnectionFactory
UnsupportedOperationException - if newInstance is not
supported.public abstract SOAPConnection createConnection() throws SOAPException
SOAPConnection.
SOAPConnection object.
SOAPException - if there was an exception creating the
SOAPConnection object.
|
Java EE 5 SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Scripting on this page tracks web page traffic, but does not change the content in any way.