public class SoapFactoryImpl
extends javax.xml.soap.SOAPFactory
| Constructor and Description |
|---|
SoapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.soap.Detail |
createDetail() |
javax.xml.soap.SOAPElement |
createElement(javax.xml.soap.Name arg0) |
javax.xml.soap.SOAPElement |
createElement(java.lang.String arg0) |
javax.xml.soap.SOAPElement |
createElement(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2) |
javax.xml.soap.SOAPFault |
createFault() |
javax.xml.soap.SOAPFault |
createFault(java.lang.String arg0,
javax.xml.namespace.QName arg1) |
javax.xml.soap.Name |
createName(java.lang.String arg0) |
javax.xml.soap.Name |
createName(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2) |
public javax.xml.soap.Detail createDetail()
throws javax.xml.soap.SOAPException
createDetail in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPElement createElement(javax.xml.soap.Name arg0)
throws javax.xml.soap.SOAPException
createElement in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPElement createElement(java.lang.String arg0)
throws javax.xml.soap.SOAPException
createElement in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPElement createElement(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
throws javax.xml.soap.SOAPException
createElement in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPFault createFault()
throws javax.xml.soap.SOAPException
createFault in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.SOAPFault createFault(java.lang.String arg0,
javax.xml.namespace.QName arg1)
throws javax.xml.soap.SOAPException
createFault in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.Name createName(java.lang.String arg0)
throws javax.xml.soap.SOAPException
createName in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPExceptionpublic javax.xml.soap.Name createName(java.lang.String arg0,
java.lang.String arg1,
java.lang.String arg2)
throws javax.xml.soap.SOAPException
createName in class javax.xml.soap.SOAPFactoryjavax.xml.soap.SOAPException