|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SOAPFactory | |
---|---|
org.apache.axiom.om | |
org.apache.axiom.om.util | |
org.apache.axiom.soap.impl.builder |
Uses of SOAPFactory in org.apache.axiom.om |
---|
Fields in org.apache.axiom.om declared as SOAPFactory | |
---|---|
private static SOAPFactory |
OMAbstractFactory.defaultSOAP11OMFactory
|
private static SOAPFactory |
OMAbstractFactory.defaultSOAP12OMFactory
|
Methods in org.apache.axiom.om that return SOAPFactory | |
---|---|
static SOAPFactory |
OMAbstractFactory.getSOAP11Factory()
Gets the default factory implementation from the classpath. |
static SOAPFactory |
OMAbstractFactory.getSOAP12Factory()
Gets the default factory implementation from the classpath. |
Uses of SOAPFactory in org.apache.axiom.om.util |
---|
Methods in org.apache.axiom.om.util with parameters of type SOAPFactory | |
---|---|
private static void |
CopyUtils.copy(SOAPFactory factory,
OMContainer targetParent,
OMNode sourceNode)
Create a copy of the sourceNode and attach it to the targetParent |
private static void |
CopyUtils.copyFaultData(SOAPFactory factory,
SOAPFault targetFault,
OMNode sourceNode)
Copy the source Node, which is a child fo a SOAPFault, to the target SOAPFault |
private static void |
CopyUtils.copyOMComment(SOAPFactory factory,
OMContainer targetParent,
OMComment sourceComment)
Create a copy of the source OMComment |
private static void |
CopyUtils.copyOMElement(SOAPFactory factory,
OMContainer targetParent,
OMElement sourceElement)
Create a copy of an ordinary OMElement |
private static void |
CopyUtils.copyOMSourcedElement(SOAPFactory factory,
OMContainer targetParent,
OMSourcedElement sourceOMSE)
Create a copy of the OMSourcedElement |
private static void |
CopyUtils.copyOMText(SOAPFactory factory,
OMContainer targetParent,
OMText sourceText)
Create a copy of the OM Text |
private static void |
CopyUtils.copySOAPFault(SOAPFactory factory,
OMContainer targetParent,
SOAPFault sourceSOAPFault)
Create a copy of a SOAPFault |
private static void |
CopyUtils.copySOAPFaultCode(SOAPFactory factory,
SOAPFault targetFault,
SOAPFaultCode sourceCode)
Copy the SOAPFaultCode tree |
private static void |
CopyUtils.copySOAPFaultDetail(SOAPFactory factory,
SOAPFault targetFault,
SOAPFaultDetail sourceDetail)
Create a copy of a SOAPFaultDetail |
private static void |
CopyUtils.copySOAPFaultNode(SOAPFactory factory,
SOAPFault targetFault,
SOAPFaultNode sourceNode)
Create a copy of a SOAPFaultNode |
private static void |
CopyUtils.copySOAPFaultReason(SOAPFactory factory,
SOAPFault targetFault,
SOAPFaultReason sourceReason)
Create a copy of the SOAPFaultReason |
private static void |
CopyUtils.copySOAPFaultRole(SOAPFactory factory,
SOAPFault targetFault,
SOAPFaultRole sourceRole)
Create a copy of a SOAPFaultRole |
private static void |
CopyUtils.copySOAPFaultSubCode(SOAPFactory factory,
OMElement targetParent,
SOAPFaultSubCode sourceSubCode)
Copy the SOAPFaultSubCode tree |
private static void |
CopyUtils.copySOAPHeaderBlock_NoDataSource(SOAPFactory factory,
OMContainer targetParent,
SOAPHeaderBlock sourceSHB)
Create a copy of the SOAPHeaderBlock |
private static void |
CopyUtils.copySOAPHeaderBlock(SOAPFactory factory,
OMContainer targetParent,
SOAPHeaderBlock sourceSHB)
Create a copy of the SOAPHeaderBlock |
static SOAPHeaderBlock |
ElementHelper.toSOAPHeaderBlock(OMElement omElement,
SOAPFactory factory)
This is a method to convert regular OMElements to SOAPHeaderBlocks. |
Uses of SOAPFactory in org.apache.axiom.soap.impl.builder |
---|
Fields in org.apache.axiom.soap.impl.builder declared as SOAPFactory | |
---|---|
private SOAPFactory |
SOAP12BuilderHelper.factory
|
private SOAPFactory |
SOAP11BuilderHelper.factory
|
private SOAPFactory |
StAXSOAPModelBuilder.soapFactory
|
Methods in org.apache.axiom.soap.impl.builder that return SOAPFactory | |
---|---|
protected SOAPFactory |
StAXSOAPModelBuilder.getSoapFactory()
|
Constructors in org.apache.axiom.soap.impl.builder with parameters of type SOAPFactory | |
---|---|
MTOMStAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser,
SOAPFactory factory,
Attachments attachments,
java.lang.String soapVersion)
|
|
StAXSOAPModelBuilder(javax.xml.stream.XMLStreamReader parser,
SOAPFactory factory,
java.lang.String soapVersion)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |