org.apache.axiom.soap.impl.llom.soap11
Class SOAP11Factory
java.lang.Object
org.apache.axiom.om.impl.llom.factory.OMLinkedListImplFactory
org.apache.axiom.soap.impl.llom.soap11.SOAP11Factory
- All Implemented Interfaces:
- OMFactory, SOAPFactory
public class SOAP11Factory
- extends OMLinkedListImplFactory
- implements SOAPFactory
|
Method Summary |
SOAPBody |
createSOAPBody()
|
SOAPBody |
createSOAPBody(SOAPEnvelope envelope)
|
SOAPBody |
createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
|
SOAPEnvelope |
createSOAPEnvelope()
|
SOAPEnvelope |
createSOAPEnvelope(OMNamespace ns)
|
SOAPEnvelope |
createSOAPEnvelope(OMXMLParserWrapper builder)
|
SOAPFault |
createSOAPFault()
|
SOAPFault |
createSOAPFault(SOAPBody parent)
|
SOAPFault |
createSOAPFault(SOAPBody parent,
java.lang.Exception e)
|
SOAPFault |
createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder)
|
SOAPFaultCode |
createSOAPFaultCode()
|
SOAPFaultCode |
createSOAPFaultCode(SOAPFault parent)
|
SOAPFaultCode |
createSOAPFaultCode(SOAPFault parent,
OMXMLParserWrapper builder)
|
SOAPFaultDetail |
createSOAPFaultDetail()
|
SOAPFaultDetail |
createSOAPFaultDetail(SOAPFault parent)
|
SOAPFaultDetail |
createSOAPFaultDetail(SOAPFault parent,
OMXMLParserWrapper builder)
|
SOAPFaultNode |
createSOAPFaultNode()
|
SOAPFaultNode |
createSOAPFaultNode(SOAPFault parent)
|
SOAPFaultNode |
createSOAPFaultNode(SOAPFault parent,
OMXMLParserWrapper builder)
|
SOAPFaultReason |
createSOAPFaultReason()
|
SOAPFaultReason |
createSOAPFaultReason(SOAPFault parent)
|
SOAPFaultReason |
createSOAPFaultReason(SOAPFault parent,
OMXMLParserWrapper builder)
|
SOAPFaultRole |
createSOAPFaultRole()
|
SOAPFaultRole |
createSOAPFaultRole(SOAPFault parent)
|
SOAPFaultRole |
createSOAPFaultRole(SOAPFault parent,
OMXMLParserWrapper builder)
|
SOAPFaultSubCode |
createSOAPFaultSubCode()
|
SOAPFaultSubCode |
createSOAPFaultSubCode(SOAPFaultCode parent)
|
SOAPFaultSubCode |
createSOAPFaultSubCode(SOAPFaultCode parent,
OMXMLParserWrapper builder)
|
SOAPFaultSubCode |
createSOAPFaultSubCode(SOAPFaultSubCode parent)
|
SOAPFaultSubCode |
createSOAPFaultSubCode(SOAPFaultSubCode parent,
OMXMLParserWrapper builder)
|
SOAPFaultText |
createSOAPFaultText()
|
SOAPFaultText |
createSOAPFaultText(SOAPFaultReason parent)
|
SOAPFaultText |
createSOAPFaultText(SOAPFaultReason parent,
OMXMLParserWrapper builder)
|
SOAPFaultValue |
createSOAPFaultValue()
|
SOAPFaultValue |
createSOAPFaultValue(SOAPFaultCode parent)
|
SOAPFaultValue |
createSOAPFaultValue(SOAPFaultCode parent,
OMXMLParserWrapper builder)
|
SOAPFaultValue |
createSOAPFaultValue(SOAPFaultSubCode parent)
|
SOAPFaultValue |
createSOAPFaultValue(SOAPFaultSubCode parent,
OMXMLParserWrapper builder)
|
SOAPHeader |
createSOAPHeader()
|
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,
OMDataSource ds)
|
SOAPHeaderBlock |
createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
|
SOAPHeaderBlock |
createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
|
SOAPMessage |
createSOAPMessage()
|
SOAPMessage |
createSOAPMessage(OMXMLParserWrapper builder)
|
SOAPMessage |
createSOAPMessage(SOAPEnvelope envelope,
OMXMLParserWrapper parserWrapper)
|
SOAPEnvelope |
getDefaultEnvelope()
|
SOAPEnvelope |
getDefaultFaultEnvelope()
|
OMNamespace |
getNamespace()
Eran Chinthaka (chinthaka@apache.org) |
SOAPVersion |
getSOAPVersion()
|
java.lang.String |
getSoapVersionURI()
|
| Methods inherited from class org.apache.axiom.om.impl.llom.factory.OMLinkedListImplFactory |
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 |
| 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 |
SOAP11Factory
public SOAP11Factory()
getNamespace
public OMNamespace getNamespace()
- Eran Chinthaka (chinthaka@apache.org)
- Specified by:
getNamespace in interface SOAPFactory
getSoapVersionURI
public java.lang.String getSoapVersionURI()
- Specified by:
getSoapVersionURI in interface SOAPFactory
getSOAPVersion
public SOAPVersion getSOAPVersion()
- Specified by:
getSOAPVersion in interface SOAPFactory
createSOAPEnvelope
public SOAPEnvelope createSOAPEnvelope()
- Specified by:
createSOAPEnvelope in interface SOAPFactory
createSOAPEnvelope
public SOAPEnvelope createSOAPEnvelope(OMNamespace ns)
- Specified by:
createSOAPEnvelope in interface SOAPFactory
createSOAPHeader
public SOAPHeader createSOAPHeader(SOAPEnvelope envelope)
throws SOAPProcessingException
- Specified by:
createSOAPHeader in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPHeader
public SOAPHeader createSOAPHeader()
throws SOAPProcessingException
- Specified by:
createSOAPHeader in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPHeader
public SOAPHeader createSOAPHeader(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
- Specified by:
createSOAPHeader in interface SOAPFactory
createSOAPHeaderBlock
public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent)
throws SOAPProcessingException
- Specified by:
createSOAPHeaderBlock in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPHeaderBlock
public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns)
throws SOAPProcessingException
- Specified by:
createSOAPHeaderBlock in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPHeaderBlock
public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
OMDataSource ds)
throws SOAPProcessingException
- Specified by:
createSOAPHeaderBlock in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPHeaderBlock
public SOAPHeaderBlock createSOAPHeaderBlock(java.lang.String localName,
OMNamespace ns,
SOAPHeader parent,
OMXMLParserWrapper builder)
throws SOAPProcessingException
- Specified by:
createSOAPHeaderBlock in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFault
public SOAPFault createSOAPFault(SOAPBody parent,
java.lang.Exception e)
throws SOAPProcessingException
- Specified by:
createSOAPFault in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFault
public SOAPFault createSOAPFault()
throws SOAPProcessingException
- Specified by:
createSOAPFault in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFault
public SOAPFault createSOAPFault(SOAPBody parent)
throws SOAPProcessingException
- Specified by:
createSOAPFault in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFault
public SOAPFault createSOAPFault(SOAPBody parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFault in interface SOAPFactory
createSOAPBody
public SOAPBody createSOAPBody(SOAPEnvelope envelope)
throws SOAPProcessingException
- Specified by:
createSOAPBody in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPBody
public SOAPBody createSOAPBody(SOAPEnvelope envelope,
OMXMLParserWrapper builder)
- Specified by:
createSOAPBody in interface SOAPFactory
createSOAPBody
public SOAPBody createSOAPBody()
throws SOAPProcessingException
- Specified by:
createSOAPBody in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultCode
public SOAPFaultCode createSOAPFaultCode(SOAPFault parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultCode in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultCode
public SOAPFaultCode createSOAPFaultCode()
throws SOAPProcessingException
- Specified by:
createSOAPFaultCode in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultCode
public SOAPFaultCode createSOAPFaultCode(SOAPFault parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultCode in interface SOAPFactory
createSOAPFaultValue
public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultValue in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultValue
public SOAPFaultValue createSOAPFaultValue()
throws SOAPProcessingException
- Specified by:
createSOAPFaultValue in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultValue
public SOAPFaultValue createSOAPFaultValue(SOAPFaultCode parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultValue in interface SOAPFactory
createSOAPFaultValue
public SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultValue in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultValue
public SOAPFaultValue createSOAPFaultValue(SOAPFaultSubCode parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultValue in interface SOAPFactory
createSOAPFaultSubCode
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultSubCode in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultSubCode
public SOAPFaultSubCode createSOAPFaultSubCode()
throws SOAPProcessingException
- Specified by:
createSOAPFaultSubCode in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultSubCode
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultCode parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultSubCode in interface SOAPFactory
createSOAPFaultSubCode
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultSubCode in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultSubCode
public SOAPFaultSubCode createSOAPFaultSubCode(SOAPFaultSubCode parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultSubCode in interface SOAPFactory
createSOAPFaultReason
public SOAPFaultReason createSOAPFaultReason(SOAPFault parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultReason in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultReason
public SOAPFaultReason createSOAPFaultReason()
throws SOAPProcessingException
- Specified by:
createSOAPFaultReason in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultReason
public SOAPFaultReason createSOAPFaultReason(SOAPFault parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultReason in interface SOAPFactory
createSOAPFaultText
public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultText in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultText
public SOAPFaultText createSOAPFaultText()
throws SOAPProcessingException
- Specified by:
createSOAPFaultText in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultText
public SOAPFaultText createSOAPFaultText(SOAPFaultReason parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultText in interface SOAPFactory
createSOAPFaultNode
public SOAPFaultNode createSOAPFaultNode(SOAPFault parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultNode in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultNode
public SOAPFaultNode createSOAPFaultNode()
throws SOAPProcessingException
- Specified by:
createSOAPFaultNode in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultNode
public SOAPFaultNode createSOAPFaultNode(SOAPFault parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultNode in interface SOAPFactory
createSOAPFaultRole
public SOAPFaultRole createSOAPFaultRole(SOAPFault parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultRole in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultRole
public SOAPFaultRole createSOAPFaultRole()
throws SOAPProcessingException
- Specified by:
createSOAPFaultRole in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultRole
public SOAPFaultRole createSOAPFaultRole(SOAPFault parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultRole in interface SOAPFactory
createSOAPFaultDetail
public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent)
throws SOAPProcessingException
- Specified by:
createSOAPFaultDetail in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultDetail
public SOAPFaultDetail createSOAPFaultDetail()
throws SOAPProcessingException
- Specified by:
createSOAPFaultDetail in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPFaultDetail
public SOAPFaultDetail createSOAPFaultDetail(SOAPFault parent,
OMXMLParserWrapper builder)
- Specified by:
createSOAPFaultDetail in interface SOAPFactory
getDefaultEnvelope
public SOAPEnvelope getDefaultEnvelope()
throws SOAPProcessingException
- Specified by:
getDefaultEnvelope in interface SOAPFactory
- Throws:
SOAPProcessingException
getDefaultFaultEnvelope
public SOAPEnvelope getDefaultFaultEnvelope()
throws SOAPProcessingException
- Specified by:
getDefaultFaultEnvelope in interface SOAPFactory
- Throws:
SOAPProcessingException
createSOAPMessage
public SOAPMessage createSOAPMessage()
- Specified by:
createSOAPMessage in interface SOAPFactory
createSOAPMessage
public SOAPMessage createSOAPMessage(OMXMLParserWrapper builder)
- Specified by:
createSOAPMessage in interface SOAPFactory
createSOAPMessage
public SOAPMessage createSOAPMessage(SOAPEnvelope envelope,
OMXMLParserWrapper parserWrapper)
- Specified by:
createSOAPMessage in interface SOAPFactory
createSOAPEnvelope
public SOAPEnvelope createSOAPEnvelope(OMXMLParserWrapper builder)
- Specified by:
createSOAPEnvelope in interface SOAPFactory
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.