org.apache.axiom.soap.impl.dom.soap12
Class SOAP12Factory
java.lang.Object
org.apache.axiom.om.impl.dom.factory.OMDOMFactory
org.apache.axiom.soap.impl.dom.factory.DOMSOAPFactory
org.apache.axiom.soap.impl.dom.soap12.SOAP12Factory
- All Implemented Interfaces:
- OMFactory, SOAPFactory
public class SOAP12Factory
- extends DOMSOAPFactory
|
Method Summary |
SOAPBody |
createSOAPBody(SOAPEnvelope envelope)
|
SOAPBody |
createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
SOAPEnvelope |
createSOAPEnvelope()
|
SOAPEnvelope |
createSOAPEnvelope(OMNamespace ns)
|
SOAPFault |
createSOAPFault()
|
SOAPFault |
createSOAPFault(SOAPBody parent)
|
SOAPFault |
createSOAPFault(SOAPBody parent,
java.lang.Exception e)
|
SOAPFault |
createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder)
|
SOAPFaultCode |
createSOAPFaultCode(SOAPFault parent)
|
SOAPFaultCode |
createSOAPFaultCode(SOAPFault parent,
OMXMLParserWrapper builder)
|
SOAPFaultDetail |
createSOAPFaultDetail(SOAPFault parent)
|
SOAPFaultDetail |
createSOAPFaultDetail(SOAPFault parent,
OMXMLParserWrapper builder)
|
SOAPFaultNode |
createSOAPFaultNode(SOAPFault parent)
|
SOAPFaultNode |
createSOAPFaultNode(SOAPFault parent,
OMXMLParserWrapper builder)
|
SOAPFaultReason |
createSOAPFaultReason(SOAPFault parent)
|
SOAPFaultReason |
createSOAPFaultReason(SOAPFault parent,
OMXMLParserWrapper builder)
|
SOAPFaultRole |
createSOAPFaultRole(SOAPFault parent)
|
SOAPFaultRole |
createSOAPFaultRole(SOAPFault parent,
OMXMLParserWrapper builder)
|
SOAPFaultSubCode |
createSOAPFaultSubCode(SOAPFaultCode parent)
|
SOAPFaultSubCode |
createSOAPFaultSubCode(SOAPFaultCode parent,
OMXMLParserWrapper builder)
|
SOAPFaultSubCode |
createSOAPFaultSubCode(SOAPFaultSubCode parent)
|
SOAPFaultSubCode |
createSOAPFaultSubCode(SOAPFaultSubCode parent,
OMXMLParserWrapper builder)
|
SOAPFaultText |
createSOAPFaultText(SOAPFaultReason parent)
|
SOAPFaultText |
createSOAPFaultText(SOAPFaultReason parent,
OMXMLParserWrapper builder)
|
SOAPFaultValue |
createSOAPFaultValue(SOAPFaultCode parent)
|
SOAPFaultValue |
createSOAPFaultValue(SOAPFaultCode parent,
OMXMLParserWrapper builder)
|
SOAPFaultValue |
createSOAPFaultValue(SOAPFaultSubCode parent)
|
SOAPFaultValue |
createSOAPFaultValue(SOAPFaultSubCode parent,
OMXMLParserWrapper builder)
|
SOAPHeader |
createSOAPHeader(SOAPEnvelope envelope)
|
SOAPHeader |
createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
SOAPHeaderBlock |
createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns)
|
SOAPHeaderBlock |
createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
SOAPEnvelope |
getDefaultEnvelope()
|
SOAPVersion |
getSOAPVersion()
|
java.lang.String |
getSoapVersionURI()
|
| Methods inherited from class org.apache.axiom.soap.impl.dom.factory.DOMSOAPFactory |
createSOAPBody, createSOAPEnvelope, createSOAPFaultCode, createSOAPFaultDetail, createSOAPFaultNode, createSOAPFaultReason, createSOAPFaultRole, createSOAPFaultSubCode, createSOAPFaultText, createSOAPFaultValue, createSOAPHeader, createSOAPHeaderBlock, createSOAPMessage, createSOAPMessage, createSOAPMessage, getDefaultFaultEnvelope, getNamespace |
| Methods inherited from class org.apache.axiom.om.impl.dom.factory.OMDOMFactory |
createOMAttribute, createOMComment, createOMDocType, createOMDocument, createOMDocument, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMNamespace, createOMProcessingInstruction, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, getDocument, setDocument |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.axiom.om.OMFactory |
createOMAttribute, createOMComment, createOMDocType, createOMDocument, createOMDocument, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMElement, createOMNamespace, createOMProcessingInstruction, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText, createOMText |
SOAP12Factory
public SOAP12Factory()
SOAP12Factory
public SOAP12Factory(DocumentImpl doc)
getSoapVersionURI
public java.lang.String getSoapVersionURI()
- Specified by:
getSoapVersionURI in interface SOAPFactory- Overrides:
getSoapVersionURI in class DOMSOAPFactory
getSOAPVersion
public SOAPVersion getSOAPVersion()
- Specified by:
getSOAPVersion in interface SOAPFactory- Overrides:
getSOAPVersion in class DOMSOAPFactory
createSOAPEnvelope
public SOAPEnvelope createSOAPEnvelope()
- Specified by:
createSOAPEnvelope in interface SOAPFactory- Overrides:
createSOAPEnvelope in class DOMSOAPFactory
createSOAPEnvelope
public SOAPEnvelope createSOAPEnvelope(OMNamespace ns)
- Specified by:
createSOAPEnvelope in interface SOAPFactory- Overrides:
createSOAPEnvelope in class DOMSOAPFactory
createSOAPHeader
public SOAPHeader createSOAPHeader(SOAPEnvelope envelope)
throws SOAPProcessingException
- Specified by:
createSOAPHeader in interface SOAPFactory- Overrides:
createSOAPHeader in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPHeader
public SOAPHeader createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
- Specified by:
createSOAPHeader in interface SOAPFactory- Overrides:
createSOAPHeader in class DOMSOAPFactory
createSOAPHeaderBlock
public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns)
throws SOAPProcessingException
- Specified by:
createSOAPHeaderBlock in interface SOAPFactory- Overrides:
createSOAPHeaderBlock in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPHeaderBlock
public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
throws SOAPProcessingException
- Specified by:
createSOAPHeaderBlock in interface SOAPFactory- Overrides:
createSOAPHeaderBlock in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPHeaderBlock
public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
throws SOAPProcessingException
- Specified by:
createSOAPHeaderBlock in interface SOAPFactory- Overrides:
createSOAPHeaderBlock in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFault
public SOAPFault createSOAPFault(SOAPBody parent,
java.lang.Exception e)
throws SOAPProcessingException
- Specified by:
createSOAPFault in interface SOAPFactory- Overrides:
createSOAPFault in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFault
public SOAPFault createSOAPFault(SOAPBody parent)
throws SOAPProcessingException
- Specified by:
createSOAPFault in interface SOAPFactory- Overrides:
createSOAPFault in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFault
public SOAPFault createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFault in interface SOAPFactory- Overrides:
createSOAPFault in class DOMSOAPFactory
createSOAPBody
public SOAPBody createSOAPBody(SOAPEnvelope envelope)
throws SOAPProcessingException
- Specified by:
createSOAPBody in interface SOAPFactory- Overrides:
createSOAPBody in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPBody
public SOAPBody createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
- Specified by:
createSOAPBody in interface SOAPFactory- Overrides:
createSOAPBody in class DOMSOAPFactory
createSOAPFaultCode
public SOAPFaultCode createSOAPFaultCode(SOAPFault parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultCode in interface SOAPFactory- Overrides:
createSOAPFaultCode in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultCode
public SOAPFaultCode createSOAPFaultCode(SOAPFault parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultCode in interface SOAPFactory- Overrides:
createSOAPFaultCode in class DOMSOAPFactory
createSOAPFaultValue
public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultValue in interface SOAPFactory- Overrides:
createSOAPFaultValue in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultValue
public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultValue in interface SOAPFactory- Overrides:
createSOAPFaultValue in class DOMSOAPFactory
createSOAPFaultValue
public SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultValue in interface SOAPFactory- Overrides:
createSOAPFaultValue in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultValue
public SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultValue in interface SOAPFactory- Overrides:
createSOAPFaultValue in class DOMSOAPFactory
createSOAPFaultSubCode
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultSubCode in interface SOAPFactory- Overrides:
createSOAPFaultSubCode in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultSubCode
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultSubCode in interface SOAPFactory- Overrides:
createSOAPFaultSubCode in class DOMSOAPFactory
createSOAPFaultSubCode
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultSubCode in interface SOAPFactory- Overrides:
createSOAPFaultSubCode in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultSubCode
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultSubCode in interface SOAPFactory- Overrides:
createSOAPFaultSubCode in class DOMSOAPFactory
createSOAPFaultReason
public SOAPFaultReason createSOAPFaultReason(SOAPFault parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultReason in interface SOAPFactory- Overrides:
createSOAPFaultReason in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultReason
public SOAPFaultReason createSOAPFaultReason(SOAPFault parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultReason in interface SOAPFactory- Overrides:
createSOAPFaultReason in class DOMSOAPFactory
createSOAPFaultText
public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultText in interface SOAPFactory- Overrides:
createSOAPFaultText in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultText
public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultText in interface SOAPFactory- Overrides:
createSOAPFaultText in class DOMSOAPFactory
createSOAPFaultNode
public SOAPFaultNode createSOAPFaultNode(SOAPFault parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultNode in interface SOAPFactory- Overrides:
createSOAPFaultNode in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultNode
public SOAPFaultNode createSOAPFaultNode(SOAPFault parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultNode in interface SOAPFactory- Overrides:
createSOAPFaultNode in class DOMSOAPFactory
createSOAPFaultRole
public SOAPFaultRole createSOAPFaultRole(SOAPFault parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultRole in interface SOAPFactory- Overrides:
createSOAPFaultRole in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultRole
public SOAPFaultRole createSOAPFaultRole(SOAPFault parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultRole in interface SOAPFactory- Overrides:
createSOAPFaultRole in class DOMSOAPFactory
createSOAPFaultDetail
public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultDetail in interface SOAPFactory- Overrides:
createSOAPFaultDetail in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultDetail
public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultDetail in interface SOAPFactory- Overrides:
createSOAPFaultDetail in class DOMSOAPFactory
getDefaultEnvelope
public SOAPEnvelope getDefaultEnvelope()
throws SOAPProcessingException
- Specified by:
getDefaultEnvelope in interface SOAPFactory- Overrides:
getDefaultEnvelope in class DOMSOAPFactory
- Throws:
SOAPProcessingException
createSOAPFault
public SOAPFault createSOAPFault()
throws SOAPProcessingException
- Specified by:
createSOAPFault in interface SOAPFactory- Overrides:
createSOAPFault in class DOMSOAPFactory
- Throws:
SOAPProcessingException
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.