public class SOAPFactory1_1Impl extends SOAPFactoryImpl
log| Constructor and Description |
|---|
SOAPFactory1_1Impl() |
| Modifier and Type | Method and Description |
|---|---|
Detail |
createDetail()
Creates a new
Detail object which serves as a container
for DetailEntry objects. |
protected SOAPDocumentImpl |
createDocument() |
SOAPFault |
createFault()
Creates a new default
SOAPFault object |
SOAPFault |
createFault(String reasonText,
QName faultCode)
Creates a new
SOAPFault object initialized with the given reasonText
and faultCode |
createElement, createElement, createElement, createElement, createElement, createName, createNamenewInstance, newInstanceprotected SOAPDocumentImpl createDocument()
createDocument in class SOAPFactoryImplpublic Detail createDetail() throws SOAPException
SOAPFactoryDetail object which serves as a container
for DetailEntry objects.
This factory method creates Detail objects for use in
situations where it is not practical to use the SOAPFault
abstraction.
createDetail in class SOAPFactoryImplDetail objectSOAPException - if there is a SOAP errorpublic SOAPFault createFault(String reasonText, QName faultCode) throws SOAPException
SOAPFactorySOAPFault object initialized with the given reasonText
and faultCodecreateFault in class SOAPFactoryImplreasonText - the ReasonText/FaultString for the faultfaultCode - the FaultCode for the faultSOAPFault objectSOAPException - if there is a SOAP errorpublic SOAPFault createFault() throws SOAPException
SOAPFactorySOAPFault objectcreateFault in class SOAPFactoryImplSOAPFault objectSOAPException - if there is a SOAP errorCopyright © 2019 JBoss by Red Hat. All rights reserved.