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

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

Deprecated. This class is deprecated because it is located in the wrong package and JAR (it is implementation independent but belongs to LLOM). Please use OMXMLBuilderFactory instead.

public class OMXMLBuilderFactory
extends Object

Class OMXMLBuilderFactory


Field Summary
static String MODEL_OM
          Deprecated. Field MODEL_OM
static String MODEL_SOAP_SPECIFIC
          Deprecated. Field MODEL_SOAP_SPECIFIC
static String PARSER_STAX
          Deprecated. Field PARSER_STAX
static String PARSER_XPP
          Deprecated. Field PARSER_XPP
 
Constructor Summary
OMXMLBuilderFactory()
          Deprecated.  
 
Method Summary
static StAXOMBuilder createStAXOMBuilder(OMFactory ombuilderFactory, XMLStreamReader parser)
          Deprecated. Method createStAXOMBuilder.
static StAXSOAPModelBuilder createStAXSOAPModelBuilder(SOAPFactory soapFactory, XMLStreamReader parser)
          Deprecated. 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 String PARSER_XPP
Deprecated. 
Field PARSER_XPP

See Also:
Constant Field Values

PARSER_STAX

public static final String PARSER_STAX
Deprecated. 
Field PARSER_STAX

See Also:
Constant Field Values

MODEL_SOAP_SPECIFIC

public static final String MODEL_SOAP_SPECIFIC
Deprecated. 
Field MODEL_SOAP_SPECIFIC

See Also:
Constant Field Values

MODEL_OM

public static final String MODEL_OM
Deprecated. 
Field MODEL_OM

See Also:
Constant Field Values
Constructor Detail

OMXMLBuilderFactory

public OMXMLBuilderFactory()
Deprecated. 
Method Detail

createStAXSOAPModelBuilder

public static StAXSOAPModelBuilder createStAXSOAPModelBuilder(SOAPFactory soapFactory,
                                                              XMLStreamReader parser)
Deprecated. 
Method createStAXSOAPModelBuilder.

Parameters:
soapFactory -
parser -
Returns:
Returns StAXSOAPModelBuilder.

createStAXOMBuilder

public static StAXOMBuilder createStAXOMBuilder(OMFactory ombuilderFactory,
                                                XMLStreamReader parser)
Deprecated. 
Method createStAXOMBuilder.

Parameters:
ombuilderFactory -
parser -
Returns:
Returns StAXOMBuilder.


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.