Uses of Class
org.apache.axis2.mex.om.MetadataReference
-
Packages that use MetadataReference Package Description org.apache.axis2.mex.om -
-
Uses of MetadataReference in org.apache.axis2.mex.om
Methods in org.apache.axis2.mex.om that return MetadataReference Modifier and Type Method Description MetadataReference
MetadataReference. fromOM(OMElement element)
Populates an MetadataReference object based on the endpoint reference typeOMElement
passed.MetadataReference
MetadataSection. getMetadataReference()
Return metadata unit in endpoint reference form i.e. mex:MetadataReference.Methods in org.apache.axis2.mex.om with parameters of type MetadataReference Modifier and Type Method Description void
MetadataSection. setMetadataReference(MetadataReference in_ref)
-