Modifier and Type | Method and Description |
---|---|
static OMMetaFactory |
OMAbstractFactory.getMetaFactory()
Get the default meta factory instance.
|
OMMetaFactory |
OMFactory.getMetaFactory()
Get the
OMMetaFactory from which this factory was obtained. |
Modifier and Type | Method and Description |
---|---|
static void |
OMAbstractFactory.setMetaFactory(OMMetaFactory newMetaFactory)
Explicitly set a meta factory instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOMMetaFactory
Base class for
OMMetaFactory implementations that make use of the standard builders
(StAXOMBuilder and its subclasses). |
Modifier and Type | Class and Description |
---|---|
class |
OMDOMMetaFactory
Meta factory for the DOOM implementation.
|
Modifier and Type | Method and Description |
---|---|
OMMetaFactory |
OMDOMFactory.getMetaFactory() |
Modifier and Type | Class and Description |
---|---|
class |
OMLinkedListMetaFactory
Meta factory for the linked list OM implementation.
|
Modifier and Type | Method and Description |
---|---|
OMMetaFactory |
OMLinkedListImplFactory.getMetaFactory() |
Modifier and Type | Method and Description |
---|---|
protected void |
FactoryInjectionComponent.setMetaFactory(OMMetaFactory metafactory) |
protected void |
FactoryInjectionComponent.unsetMetaFactory(OMMetaFactory metafactory) |
Constructor and Description |
---|
StAXSOAPModelBuilder(OMMetaFactory metaFactory,
XMLStreamReader parser)
Constructor.
|
StAXSOAPModelBuilder(OMMetaFactory metaFactory,
XMLStreamReader parser,
String soapVersion)
Constructor.
|
Modifier and Type | Field and Description |
---|---|
protected OMMetaFactory |
AxiomTestCase.metaFactory |
protected OMMetaFactory |
AxiomTestSuiteBuilder.metaFactory |
Constructor and Description |
---|
AxiomTestCase(OMMetaFactory metaFactory) |
AxiomTestSuiteBuilder(OMMetaFactory metaFactory) |
ConformanceTestCase(OMMetaFactory metaFactory,
String file) |
OMTestSuiteBuilder(OMMetaFactory metaFactory) |
SOAPTestSuiteBuilder(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestEqualsHashCode(OMMetaFactory metaFactory) |
TestGetQNameWithNamespace(OMMetaFactory metaFactory) |
TestGetQNameWithoutNamespace(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestCreateOMBuilderFromDOMSource(OMMetaFactory metaFactory,
String file) |
TestCreateOMBuilderFromSAXSource(OMMetaFactory metaFactory,
String file) |
TestGetDocumentElement(OMMetaFactory metaFactory) |
TestGetDocumentElementWithDiscardDocument(OMMetaFactory metaFactory) |
TestInvalidXML(OMMetaFactory metaFactory) |
TestIOExceptionInGetText(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetXMLStreamReader(OMMetaFactory metaFactory,
String file,
OMContainerFactory containerFactory,
boolean cache) |
TestSerialize(OMMetaFactory metaFactory,
String file,
OMContainerFactory containerFactory,
SerializationMethod serializationMethod) |
Constructor and Description |
---|
TestIsCompleteAfterAddingIncompleteChild(OMMetaFactory metaFactory) |
TestSerializeAndConsume(OMMetaFactory metaFactory) |
TestSerializeAndConsumeWithIncompleteDescendant(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestCreateOMElementWithDefaultNamespace(OMMetaFactory metaFactory,
OMElementCreator variant) |
TestCreateOMElementWithGeneratedPrefix(OMMetaFactory metaFactory,
OMElementCreator variant) |
TestCreateOMElementWithNonDefaultNamespace(OMMetaFactory metaFactory,
OMElementCreator variant) |
TestCreateOMElementWithoutNamespace(OMMetaFactory metaFactory,
OMElementCreator variant) |
TestCreateOMNamespace(OMMetaFactory metaFactory) |
TestCreateOMNamespaceWithNullURI(OMMetaFactory metaFactory) |
TestCreateOMText(OMMetaFactory metaFactory) |
TestCreateOMTextFromDataHandlerProvider(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestDetach(OMMetaFactory metaFactory,
boolean build) |
TestInsertSiblingAfter(OMMetaFactory metaFactory) |
TestInsertSiblingAfterLastChild(OMMetaFactory metaFactory) |
TestInsertSiblingAfterOnChild(OMMetaFactory metaFactory) |
TestInsertSiblingAfterOnOrphan(OMMetaFactory metaFactory) |
TestInsertSiblingAfterOnSelf(OMMetaFactory metaFactory) |
TestInsertSiblingBefore(OMMetaFactory metaFactory) |
TestInsertSiblingBeforeOnChild(OMMetaFactory metaFactory) |
TestInsertSiblingBeforeOnOrphan(OMMetaFactory metaFactory) |
TestInsertSiblingBeforeOnSelf(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestBase64Streaming(OMMetaFactory metaFactory) |
Modifier and Type | Method and Description |
---|---|
abstract SOAPFactory |
SOAPSpec.getAltFactory(OMMetaFactory metaFactory) |
abstract SOAPFactory |
SOAPSpec.getFactory(OMMetaFactory metaFactory) |
Constructor and Description |
---|
SOAPTestCase(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestAddFault1(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestAddFault2(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetFault(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetFaultWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestHasFault(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestHasFaultWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
BadInputTest(OMMetaFactory metaFactory,
String file) |
Constructor and Description |
---|
TestAddHeaderToIncompleteEnvelope(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestBodyHeaderOrder(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestDiscardHeader(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetBody(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetBodyOnEmptyEnvelope(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetBodyOnEnvelopeWithHeaderOnly(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetBodyWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetHeader(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetHeaderWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetSOAPBodyFirstElementLocalNameAndNS(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestHasFault(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestHasFaultWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestCreateSOAPEnvelope(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetDefaultFaultEnvelope(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestGetCode(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetCodeWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetDetail(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetDetailWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetException(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetReason(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetReasonWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetRole(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetRoleWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestSetCode(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestSetDetail(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestSetException(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestSetReason(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestSetRole(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestAddDetailEntry(OMMetaFactory omMetaFactory,
SOAPSpec spec) |
TestGetAllDetailEntries(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetAllDetailEntriesWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestSerialization(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestWSCommons202(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestSetLang(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
SOAPRoleTest(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestAddHeaderBlock(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestExamineAllHeaderBlocks(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestExamineHeaderBlocks(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestExtractAllHeaderBlocks(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetHeaderBlocksWithNSURI(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestGetMustUnderstand(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetRole(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestSetMustUnderstandBoolean(OMMetaFactory metaFactory,
SOAPSpec spec,
boolean value,
String stringValue) |
TestSetMustUnderstandString01(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestSetMustUnderstandWithInvalidValue(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestSetRole(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestAddElementAfterBody(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetNode(OMMetaFactory metaFactory) |
TestSetNode(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestAddSOAPText(OMMetaFactory metaFactory) |
TestGetFirstSOAPText(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestExamineAllHeaderBlocksWithParser(OMMetaFactory metaFactory) |
TestExamineHeaderBlocksWithParser(OMMetaFactory metaFactory) |
TestExamineMustUnderstandHeaderBlocksWithParser(OMMetaFactory metaFactory) |
TestGetHeaderBlocksWithNSURIWithParser(OMMetaFactory metaFactory) |
TestSOAP11Roles(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestAddElementAfterBody(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetNode(OMMetaFactory metaFactory) |
TestGetNodeWithParser(OMMetaFactory metaFactory) |
TestMoreChildrenAddition(OMMetaFactory metaFactory) |
TestSetNode(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetSubCodeWithParser(OMMetaFactory metaFactory) |
TestGetTextAsQNameWithParser(OMMetaFactory metaFactory) |
TestGetValueWithParser(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestAddSOAPText(OMMetaFactory metaFactory) |
TestAddSOAPTextWithSOAPVersionMismatch(OMMetaFactory metaFactory) |
TestGetFirstSOAPText(OMMetaFactory metaFactory) |
TestGetFirstSOAPTextWithParser(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetLangWithParser(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestExamineAllHeaderBlocksWithParser(OMMetaFactory metaFactory) |
TestExamineHeaderBlocksWithParser(OMMetaFactory metaFactory) |
TestExamineMustUnderstandHeaderBlocks(OMMetaFactory metaFactory) |
TestExamineMustUnderstandHeaderBlocksWithParser(OMMetaFactory metaFactory) |
TestGetHeaderBlocksWithNSURIWithParser(OMMetaFactory metaFactory) |
TestSOAP12Roles(OMMetaFactory metaFactory) |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.