|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OMFactory in org.apache.axis2.clientapi |
Methods in org.apache.axis2.clientapi with parameters of type OMFactory | |
static OMElement |
StubSupporter.createRPCMappedElement(java.lang.String elementName,
OMNamespace ns,
java.lang.Object value,
OMFactory fac)
|
Uses of OMFactory in org.apache.axis2.om |
Methods in org.apache.axis2.om that return OMFactory | |
static OMFactory |
OMAbstractFactory.getOMFactory()
This will pick up the default factory implementation from the classpath |
static OMFactory |
OMAbstractFactory.getOMFactory(java.lang.ClassLoader classLoader)
If user needs to provide his own factory implementation, here provide the Class Loader for that. |
Uses of OMFactory in org.apache.axis2.om.impl.llom.builder |
Fields in org.apache.axis2.om.impl.llom.builder declared as OMFactory | |
protected OMFactory |
StAXBuilder.omfactory
Field omfactory |
Methods in org.apache.axis2.om.impl.llom.builder with parameters of type OMFactory | |
void |
StAXBuilder.setOmbuilderFactory(OMFactory ombuilderFactory)
Method setOmbuilderFactory |
Constructors in org.apache.axis2.om.impl.llom.builder with parameters of type OMFactory | |
StAXBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser)
Constructor StAXBuilder |
|
StAXOMBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser)
Constructor StAXOMBuilder |
Uses of OMFactory in org.apache.axis2.om.impl.llom.factory |
Classes in org.apache.axis2.om.impl.llom.factory that implement OMFactory | |
class |
OMLinkedListImplFactory
Class OMLinkedListImplFactory |
Methods in org.apache.axis2.om.impl.llom.factory with parameters of type OMFactory | |
static StAXOMBuilder |
OMXMLBuilderFactory.createStAXOMBuilder(OMFactory ombuilderFactory,
XMLStreamReader parser)
Method createStAXOMBuilder |
Uses of OMFactory in org.apache.axis2.soap |
Subinterfaces of OMFactory in org.apache.axis2.soap | |
interface |
SOAPFactory
|
Uses of OMFactory in org.apache.axis2.soap.impl.llom.factory |
Classes in org.apache.axis2.soap.impl.llom.factory that implement OMFactory | |
class |
SOAPLinkedListImplFactory
|
Uses of OMFactory in org.apache.axis2.soap.impl.llom.soap11 |
Classes in org.apache.axis2.soap.impl.llom.soap11 that implement OMFactory | |
class |
SOAP11Factory
|
Uses of OMFactory in org.apache.axis2.soap.impl.llom.soap12 |
Classes in org.apache.axis2.soap.impl.llom.soap12 that implement OMFactory | |
class |
SOAP12Factory
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |