org.apache.axiom.om.impl.llom.factory
Class OMXMLBuilderFactory

java.lang.Object
  extended byorg.apache.axiom.om.impl.llom.factory.OMXMLBuilderFactory

public class OMXMLBuilderFactory
extends java.lang.Object

Class OMXMLBuilderFactory


Field Summary
static java.lang.String MODEL_OM
          Field MODEL_OM
static java.lang.String MODEL_SOAP_SPECIFIC
          Field MODEL_SOAP_SPECIFIC
static java.lang.String PARSER_STAX
          Field PARSER_STAX
static java.lang.String PARSER_XPP
          Field PARSER_XPP
 
Constructor Summary
OMXMLBuilderFactory()
           
 
Method Summary
static org.apache.axiom.om.impl.builder.StAXOMBuilder createStAXOMBuilder(org.apache.axiom.om.OMFactory ombuilderFactory, javax.xml.stream.XMLStreamReader parser)
          Method createStAXOMBuilder.
static org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder createStAXSOAPModelBuilder(org.apache.axiom.soap.SOAPFactory soapFactory, javax.xml.stream.XMLStreamReader parser)
          Method createStAXSOAPModelBuilder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARSER_XPP

public static final java.lang.String PARSER_XPP
Field PARSER_XPP

See Also:
Constant Field Values

PARSER_STAX

public static final java.lang.String PARSER_STAX
Field PARSER_STAX

See Also:
Constant Field Values

MODEL_SOAP_SPECIFIC

public static final java.lang.String MODEL_SOAP_SPECIFIC
Field MODEL_SOAP_SPECIFIC

See Also:
Constant Field Values

MODEL_OM

public static final java.lang.String MODEL_OM
Field MODEL_OM

See Also:
Constant Field Values
Constructor Detail

OMXMLBuilderFactory

public OMXMLBuilderFactory()
Method Detail

createStAXSOAPModelBuilder

public static org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder createStAXSOAPModelBuilder(org.apache.axiom.soap.SOAPFactory soapFactory,
                                                                                                 javax.xml.stream.XMLStreamReader parser)
Method createStAXSOAPModelBuilder.

Parameters:
soapFactory -
parser -
Returns:
Returns StAXSOAPModelBuilder.

createStAXOMBuilder

public static org.apache.axiom.om.impl.builder.StAXOMBuilder createStAXOMBuilder(org.apache.axiom.om.OMFactory ombuilderFactory,
                                                                                 javax.xml.stream.XMLStreamReader parser)
Method createStAXOMBuilder.

Parameters:
ombuilderFactory -
parser -
Returns:
Returns StAXOMBuilder.


Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.