Uses of Class
com.sun.xml.ws.mex.client.schema.MetadataReference
-
Packages that use MetadataReference Package Description com.sun.xml.ws.mex.client com.sun.xml.ws.mex.client.schema -
-
Uses of MetadataReference in com.sun.xml.ws.mex.client
Methods in com.sun.xml.ws.mex.client with parameters of type MetadataReference Modifier and Type Method Description MetadataMetadataClient. retrieveMetadata(MetadataReference reference)Currently only supports Get requests (not Get Metadata), so we only need the reference's address. -
Uses of MetadataReference in com.sun.xml.ws.mex.client.schema
Fields in com.sun.xml.ws.mex.client.schema declared as MetadataReference Modifier and Type Field Description protected MetadataReferenceMetadataSection. metadataReferenceMethods in com.sun.xml.ws.mex.client.schema that return MetadataReference Modifier and Type Method Description MetadataReferenceObjectFactory. createMetadataReference()Create an instance ofMetadataReferenceMetadataReferenceMetadataSection. getMetadataReference()Gets the value of the metadataReference property.Methods in com.sun.xml.ws.mex.client.schema with parameters of type MetadataReference Modifier and Type Method Description voidMetadataSection. setMetadataReference(MetadataReference value)Sets the value of the metadataReference property.
-