Modifier and Type | Method and Description |
---|---|
OMMetaFactory |
OMMetaFactoryLoader.load(Map properties)
Get the
OMMetaFactory instance for the Axiom implementation. |
Modifier and Type | Method and Description |
---|---|
OMMetaFactory |
OMFactory.getMetaFactory()
Get the
OMMetaFactory from which this factory was obtained. |
static OMMetaFactory |
OMAbstractFactory.getMetaFactory()
Get the meta factory instance for the default Axiom implementation.
|
static OMMetaFactory |
OMAbstractFactory.getMetaFactory(String feature)
Get the meta factory instance for the Axiom implementation with a given feature.
|
OMMetaFactory |
OMMetaFactoryLocator.getOMMetaFactory(String feature)
Get the
OMMetaFactory for the given feature. |
Modifier and Type | Method and Description |
---|---|
static SOAPModelBuilder |
OMXMLBuilderFactory.createSOAPModelBuilder(OMMetaFactory metaFactory,
Attachments attachments)
Create an MTOM aware model builder from the provided
Attachments object using a
particular Axiom implementation. |
static SOAPModelBuilder |
OMXMLBuilderFactory.createSOAPModelBuilder(OMMetaFactory metaFactory,
InputStream in,
String encoding)
Create an object model builder for SOAP that reads a message from the provided input stream,
using a particular Axiom implementation and a given charset encoding.
|
static SOAPModelBuilder |
OMXMLBuilderFactory.createSOAPModelBuilder(OMMetaFactory metaFactory,
Reader in)
Create an object model builder for SOAP that reads a message from the provided character
stream using a particular Axiom implementation.
|
static SOAPModelBuilder |
OMXMLBuilderFactory.createStAXSOAPModelBuilder(OMMetaFactory metaFactory,
XMLStreamReader parser)
Create an object model builder for SOAP that pulls events from a StAX stream reader and that
uses a particular Axiom implementation.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DOMMetaFactory
Extension interface for
OMMetaFactory implementations that support
OMAbstractFactory.FEATURE_DOM . |
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() |
OMMetaFactory |
OMDOMMetaFactoryLoader.load(Map properties) |
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() |
OMMetaFactory |
OMLinkedListMetaFactoryLoader.load(Map properties) |
Modifier and Type | Interface and Description |
---|---|
interface |
OMMetaFactoryEx
Interface that is used internally by Axiom and that should not be considered being part of the
public API.
|
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 |
CommonImplTestCase.metaFactory |
protected OMMetaFactory |
AxiomTestCase.metaFactory |
Constructor and Description |
---|
AxiomTestCase(OMMetaFactory metaFactory) |
CommonImplTestCase(OMMetaFactory metaFactory) |
CommonImplTestSuiteBuilder(OMMetaFactory metaFactory) |
ConformanceTestCase(OMMetaFactory metaFactory,
ConformanceTestFile file) |
Constructor and Description |
---|
DigestTestCase(OMMetaFactory metaFactory,
String algorithm,
String expectedDigest) |
OMTestSuiteBuilder(OMMetaFactory metaFactory,
boolean supportsOMSourcedElement) |
Constructor and Description |
---|
TestDigestWithNamespace(OMMetaFactory metaFactory) |
TestDigestWithoutNamespace(OMMetaFactory metaFactory) |
TestEqualsHashCode(OMMetaFactory metaFactory) |
TestGetNamespaceNormalized(OMMetaFactory metaFactory) |
TestGetNamespaceURIWithNamespace(OMMetaFactory metaFactory) |
TestGetNamespaceURIWithoutNamespace(OMMetaFactory metaFactory) |
TestGetPrefixWithNamespace(OMMetaFactory metaFactory) |
TestGetPrefixWithoutNamespace(OMMetaFactory metaFactory) |
TestGetQNameWithNamespace(OMMetaFactory metaFactory) |
TestGetQNameWithoutNamespace(OMMetaFactory metaFactory) |
TestSetLocalName(OMMetaFactory metaFactory) |
Modifier and Type | Method and Description |
---|---|
OMXMLParserWrapper |
BuilderFactory.getBuilder(OMMetaFactory metaFactory,
InputSource inputSource) |
Constructor and Description |
---|
TestGetSAXSource(OMMetaFactory metaFactory,
ConformanceTestFile file,
OMContainerFactory containerFactory,
boolean cache) |
TestGetXMLStreamReader(OMMetaFactory metaFactory,
ConformanceTestFile file,
BuilderFactory builderFactory,
OMContainerFactory containerFactory,
boolean cache) |
TestSerialize(OMMetaFactory metaFactory,
ConformanceTestFile file,
OMContainerFactory containerFactory,
SerializationMethod serializationMethod) |
Constructor and Description |
---|
TestAddChildIncomplete(OMMetaFactory metaFactory) |
TestClone(OMMetaFactory metaFactory,
ConformanceTestFile file) |
TestDigest(OMMetaFactory metaFactory,
String file,
String algorithm,
String expectedDigest) |
TestGetOMDocumentElement(OMMetaFactory metaFactory) |
TestGetOMDocumentElementAfterDetach(OMMetaFactory metaFactory) |
TestGetOMDocumentElementWithParser(OMMetaFactory metaFactory) |
TestIsCompleteAfterAddingIncompleteChild(OMMetaFactory metaFactory) |
TestRemoveChildren(OMMetaFactory metaFactory,
boolean complete,
boolean accessDocumentElement) |
TestSerializeAndConsume(OMMetaFactory metaFactory) |
TestSerializeAndConsumeWithIncompleteDescendant(OMMetaFactory metaFactory) |
TestSetOMDocumentElementNew(OMMetaFactory metaFactory) |
TestSetOMDocumentElementNull(OMMetaFactory metaFactory) |
TestSetOMDocumentElementReplace(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestEquals(OMMetaFactory metaFactory) |
TestEqualsWithNullPrefix(OMMetaFactory metaFactory) |
TestGetNamespaceURI(OMMetaFactory metaFactory) |
TestGetPrefix(OMMetaFactory metaFactory) |
TestHashCode(OMMetaFactory metaFactory) |
TestObjectEquals(OMMetaFactory metaFactory) |
TestObjectEqualsWithDifferentPrefixes(OMMetaFactory metaFactory) |
TestObjectEqualsWithDifferentURIs(OMMetaFactory metaFactory) |
Constructor and Description |
---|
OMNavigatorTestCase(OMMetaFactory metaFactory) |
TestFullyBuilt(OMMetaFactory metaFactory) |
TestHalfBuilt(OMMetaFactory metaFactory) |
TestHalfBuiltStep(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestDetach(OMMetaFactory metaFactory,
boolean build) |
TestDetachAfterBuilderClose(OMMetaFactory metaFactory) |
TestDetachFirstChild(OMMetaFactory metaFactory,
boolean build) |
TestGetNextOMSiblingAfterDiscard(OMMetaFactory metaFactory) |
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 |
---|
TestDigest(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetNamespaceContext(OMMetaFactory metaFactory) |
TestWriteAttributeNoNamespace(OMMetaFactory metaFactory) |
TestWriteCData(OMMetaFactory metaFactory) |
TestWriteComment(OMMetaFactory metaFactory) |
TestWriteDataHandler(OMMetaFactory metaFactory) |
TestWriteDataHandlerProvider(OMMetaFactory metaFactory) |
TestWriteEmptyElementAutoPrefix(OMMetaFactory metaFactory) |
TestWriteNamespace(OMMetaFactory metaFactory,
String prefix,
String namespaceURI) |
TestWriteProcessingInstruction1(OMMetaFactory metaFactory) |
TestWriteProcessingInstruction2(OMMetaFactory metaFactory) |
TestWriteStartElementAutoPrefix(OMMetaFactory metaFactory) |
TestWriteStartElementWithDefaultNamespaceDeclaredOnParent(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestBase64StreamingWithGetSAXSource(OMMetaFactory metaFactory) |
TestBase64StreamingWithSerialize(OMMetaFactory metaFactory) |
TestDigest(OMMetaFactory metaFactory) |
TestGetTextCharactersFromDataHandler(OMMetaFactory metaFactory) |
Constructor and Description |
---|
AXIOMXPathTestCase(String name,
OMMetaFactory metaFactory) |
TestAddNamespaces(OMMetaFactory metaFactory) |
TestAddNamespaces2(OMMetaFactory metaFactory) |
TestAXIOMXPath(OMMetaFactory metaFactory,
String methodName) |
TestGetAttributeQName(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetNamespaceNormalized(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetOMFactory1(OMMetaFactory metaFactory) |
TestGetOMFactory2(OMMetaFactory metaFactory) |
TestImportNode(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestAddAttributeReplace(OMMetaFactory metaFactory) |
TestAddChildFromForeignDocument(OMMetaFactory metaFactory) |
TestAppendChildIncomplete(OMMetaFactory metaFactory) |
TestCloneNodeIncomplete(OMMetaFactory metaFactory) |
TestCloneOMElement(OMMetaFactory metaFactory) |
TestDetach(OMMetaFactory metaFactory) |
TestGetNamespaceNormalized(OMMetaFactory metaFactory) |
TestInsertBeforeIncomplete(OMMetaFactory metaFactory) |
TestRemoveAttribute(OMMetaFactory metaFactory) |
TestRemoveAttributeNSNamespaceDeclaration(OMMetaFactory metaFactory) |
TestRemoveChildIncomplete(OMMetaFactory metaFactory) |
TestReplaceChildFirstIncomplete(OMMetaFactory metaFactory) |
TestReplaceChildMiddleIncomplete(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestCreateOMAttribute(OMMetaFactory metaFactory) |
TestCreateOMTextCDATASection(OMMetaFactory metaFactory) |
TestCreateOMTextCDATASectionWithParent(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestInsertSiblingAfterFromForeignDocument(OMMetaFactory metaFactory) |
TestInsertSiblingBeforeFromForeignDocument(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) |
SOAPTestSuiteBuilder(OMMetaFactory metaFactory,
boolean supportsOMSourcedElement,
boolean supportsBodyElementNameOptimization)
Constructor.
|
Constructor and Description |
---|
BadInputTest(OMMetaFactory metaFactory,
String file) |
MessageTest(OMMetaFactory metaFactory,
String file) |
TestCommentInEpilog(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestCommentInProlog(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestDTD(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestRegisterCustomBuilderForPayloadAfterSOAPFaultCheck(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestCreateSOAPEnvelope(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestCreateSOAPEnvelopeWithCustomPrefix(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestCreateSOAPFault(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestCreateSOAPFaultDetail(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestFactoryIsSingleton(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetDefaultEnvelope(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetDefaultFaultEnvelope(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetMetaFactory(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetNamespace(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestGetValueAsQName(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetValueAsQNameWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestAddDetailEntry(OMMetaFactory omMetaFactory,
SOAPSpec spec) |
TestDetailEntriesUsingDefaultNamespaceWithParser(OMMetaFactory metaFactory,
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) |
TestAddHeaderBlockWithoutNamespace1(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestAddHeaderBlockWithoutNamespace2(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestDiscardIncomplete(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestDiscardPartiallyBuilt(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestExamineAllHeaderBlocks(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestExamineAllHeaderBlocksWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestExamineHeaderBlocks(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestExtractAllHeaderBlocks(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetHeaderBlocksWithNSURI(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetHeadersToProcessWithNamespace(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestByteArrayDS(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetMustUnderstand(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetRole(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetVersion(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) |
TestWrongParent1(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestWrongParent2(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestWrongParent3(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestClone(OMMetaFactory metaFactory,
SOAPSpec spec,
boolean preserveModel) |
TestCloneIncomplete(OMMetaFactory metaFactory,
SOAPSpec spec,
boolean preserveModel) |
TestGetCharsetEncodingWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
TestGetOMFactoryWithParser(OMMetaFactory metaFactory,
SOAPSpec spec) |
Constructor and Description |
---|
TestXPathAppliedToSOAPEnvelope(OMMetaFactory metaFactory,
SOAPSpec spec,
boolean createDocument) |
Constructor and Description |
---|
TestBuilder(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestAddElementAfterBody(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetNode(OMMetaFactory metaFactory) |
TestSetNode(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetValue(OMMetaFactory metaFactory) |
TestGetValueWithParser(OMMetaFactory metaFactory) |
TestSetValueFromQName(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestAddSOAPText(OMMetaFactory metaFactory) |
TestGetFirstSOAPText(OMMetaFactory metaFactory) |
TestGetTextWithCDATA(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestExamineAllHeaderBlocksWithParser(OMMetaFactory metaFactory) |
TestExamineHeaderBlocksWithParser(OMMetaFactory metaFactory) |
TestExamineMustUnderstandHeaderBlocksWithParser(OMMetaFactory metaFactory) |
TestGetHeaderBlocksWithNSURIWithParser(OMMetaFactory metaFactory) |
TestGetHeadersToProcessWithParser(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestBuilder(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestAddElementAfterBody(OMMetaFactory metaFactory) |
TestBuildWithAttachments(OMMetaFactory metaFactory) |
TestMTOMForwardStreaming(OMMetaFactory metaFactory,
boolean buildSOAPPart) |
Constructor and Description |
---|
TestCreateSOAPFaultSubCode(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetNode(OMMetaFactory metaFactory) |
TestGetNodeWithParser(OMMetaFactory metaFactory) |
TestMoreChildrenAddition(OMMetaFactory metaFactory) |
TestSetNode(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetSubCodeWithParser(OMMetaFactory metaFactory) |
TestGetValueWithParser(OMMetaFactory metaFactory) |
TestSetValueFromQName(OMMetaFactory metaFactory) |
TestSetValueFromQNameWithExistingValue(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestAddSOAPText(OMMetaFactory metaFactory) |
TestAddSOAPTextWithSOAPVersionMismatch(OMMetaFactory metaFactory) |
TestGetFirstSOAPText(OMMetaFactory metaFactory) |
TestGetFirstSOAPTextWithParser(OMMetaFactory metaFactory) |
Constructor and Description |
---|
TestGetSubCodeNestedWithParser(OMMetaFactory metaFactory) |
TestGetSubCodeWithParser(OMMetaFactory metaFactory) |
TestGetValueAsQNameWithParser(OMMetaFactory metaFactory) |
TestGetValueNestedWithParser(OMMetaFactory metaFactory) |
TestGetValueWithParser(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) |
TestGetHeadersToProcessWithParser(OMMetaFactory metaFactory) |
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.