当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
SOAPConnectionFactory (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.soap
Class SOAPConnectionFactory
java.lang.Object
javax.xml.soap.SOAPConnectionFactory
- public abstract class SOAPConnectionFactory
- extends Object
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.
- Version:
- $Revision: 1.2 $
- Author:
- Scott.Stark@jboss.org, Thomas.Diesler@jboss.org
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPConnectionFactory
public SOAPConnectionFactory()
newInstance
public static SOAPConnectionFactory newInstance()
throws SOAPException,
UnsupportedOperationException
- Creates an instance of the default SOAPConnectionFactory object.
- Returns:
-
- Throws:
SOAPException
UnsupportedOperationException
createConnection
public abstract SOAPConnection createConnection()
throws SOAPException
- Throws:
SOAPException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.