Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
javax.xml.soap.SOAPConnectionFactory
org.apache.axis.soap.SOAPConnectionFactoryImpl
public class SOAPConnectionFactoryImpl
extends SOAPConnectionFactory
Method Summary | |
SOAPConnection |
|
Methods inherited from class javax.xml.soap.SOAPConnectionFactory | |
createConnection , newInstance |
public SOAPConnection createConnection() throws SOAPException
Create a newSOAPConnection
.
- Overrides:
- createConnection in interface SOAPConnectionFactory
- Returns:
- the new
SOAPConnection
object.
- Throws:
SOAPException
- if there was an exception creating theSOAPConnection
object.