|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.binding.soap.util.AxiomUtils
public class AxiomUtils
An utility class to manipulate AXIOM Elements.
| Method Summary | |
|---|---|
static javax.xml.transform.Source |
createSource(org.apache.axiom.om.OMElement element)
Create a from an
. |
static org.apache.axiom.soap.SOAPFactory |
getSOAPFactory(org.apache.axis2.context.MessageContext msgContext)
Create the right SOAP factory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static javax.xml.transform.Source createSource(org.apache.axiom.om.OMElement element)
throws java.io.IOException,
javax.xml.stream.XMLStreamException
Source from an
OMElement. No optimization is made about namespace
writing. The service provider must be in charge of this optimization.
element - The OMElement to convert.
OMElement converted in
Source.
java.io.IOException
javax.xml.stream.XMLStreamException
public static org.apache.axiom.soap.SOAPFactory getSOAPFactory(org.apache.axis2.context.MessageContext msgContext)
throws org.apache.axis2.AxisFault
msgContext -
org.apache.axis2.AxisFault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||