Uses of Class
org.apache.axis2.mex.om.MetadataSection
-
Packages that use MetadataSection Package Description org.apache.axis2.mex.om -
-
Uses of MetadataSection in org.apache.axis2.mex.om
Methods in org.apache.axis2.mex.om that return MetadataSection Modifier and Type Method Description MetadataSection
MetadataSection. fromOM(OMElement element)
Populates an MetadataSection object based on theOMElement
passed.MetadataSection[]
Metadata. getMetadataSection(String dialect, String identifier)
MetadataSection[]
Metadata. getMetadataSection(String dialect, String identifier, OutputForm form)
Answers the Metadata Sections that met the criteria specified in the dialect, identifier, and form.MetadataSection[]
Metadata. getMetadatSections()
Methods in org.apache.axis2.mex.om with parameters of type MetadataSection Modifier and Type Method Description void
Metadata. addMetadatSection(MetadataSection section)
-