public class SoapFactoryImpl extends SOAPFactory
| Constructor and Description |
|---|
SoapFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
Detail |
createDetail() |
SOAPElement |
createElement(Name arg0) |
SOAPElement |
createElement(String arg0) |
SOAPElement |
createElement(String arg0,
String arg1,
String arg2) |
SOAPFault |
createFault() |
SOAPFault |
createFault(String arg0,
QName arg1) |
Name |
createName(String arg0) |
Name |
createName(String arg0,
String arg1,
String arg2) |
createElement, createElement, newInstance, newInstancepublic Detail createDetail() throws SOAPException
createDetail in class SOAPFactorySOAPExceptionpublic SOAPElement createElement(Name arg0) throws SOAPException
createElement in class SOAPFactorySOAPExceptionpublic SOAPElement createElement(String arg0) throws SOAPException
createElement in class SOAPFactorySOAPExceptionpublic SOAPElement createElement(String arg0, String arg1, String arg2) throws SOAPException
createElement in class SOAPFactorySOAPExceptionpublic SOAPFault createFault() throws SOAPException
createFault in class SOAPFactorySOAPExceptionpublic SOAPFault createFault(String arg0, QName arg1) throws SOAPException
createFault in class SOAPFactorySOAPExceptionpublic Name createName(String arg0) throws SOAPException
createName in class SOAPFactorySOAPExceptionpublic Name createName(String arg0, String arg1, String arg2) throws SOAPException
createName in class SOAPFactorySOAPExceptionCopyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.