Package | Description |
---|---|
org.apache.axis2.mex.om |
Modifier and Type | Method and Description |
---|---|
MetadataSection |
MetadataSection.fromOM(org.apache.axiom.om.OMElement element)
Populates an MetadataSection object based on the
OMElement passed. |
MetadataReference |
MetadataReference.fromOM(org.apache.axiom.om.OMElement element)
Populates an MetadataReference object based on the endpoint reference type
OMElement passed. |
Metadata |
Metadata.fromOM(org.apache.axiom.om.OMElement inElement)
Populates an Metadata object based on the
OMElement passed. |
Location |
Location.fromOM(org.apache.axiom.om.OMElement element) |
void |
MetadataReference.setEPR(EndpointReference endRef)
Set EPR
|
void |
MetadataReference.setEPR(org.apache.axiom.om.OMElement element)
Set EPR
|
org.apache.axiom.om.OMElement |
MexOM.toOM() |
org.apache.axiom.om.OMElement |
MetadataSection.toOM()
Convert MetadatSection content to the OMElement representation.
|
org.apache.axiom.om.OMElement |
MetadataReference.toOM()
Convert MetadatReference object content to the OMElement representation.
|
org.apache.axiom.om.OMElement |
Metadata.toOM() |
org.apache.axiom.om.OMElement |
IMexOM.toOM() |
org.apache.axiom.om.OMElement |
AnyURIType.toOM()
Convert object content to the OMElement representation.
|
Constructor and Description |
---|
AnyURIType(org.apache.axiom.om.OMFactory defaultFactory,
String namespaceValue,
String uri) |
Dialect(org.apache.axiom.om.OMFactory defaultFactory,
String dialect)
Constructor with default namespace
|
Dialect(org.apache.axiom.om.OMFactory defaultFactory,
String namespaceValue,
String dialect)
Constructor
|
Identifier(org.apache.axiom.om.OMFactory defaultFactory,
String uri) |
Identifier(org.apache.axiom.om.OMFactory defaultFactory,
String namespaceValue,
String uri) |
Location(org.apache.axiom.om.OMFactory defaultFactory,
String uri) |
Location(org.apache.axiom.om.OMFactory defaultFactory,
String namespaceValue,
String uri) |
Metadata(org.apache.axiom.om.OMFactory defaultFactory,
String namespaceValue) |
MetadataReference(org.apache.axiom.om.OMFactory defaultFactory,
String namespaceValue)
Constructor
|
MetadataSection(org.apache.axiom.om.OMFactory defaultFactory,
String namespaceValue)
Constructor
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.