Uses of Class
com.sun.xml.ws.mex.client.schema.Metadata
Packages that use Metadata
-
Uses of Metadata in com.sun.xml.ws.mex.client
Methods in com.sun.xml.ws.mex.client that return MetadataModifier and TypeMethodDescriptionMetadataClient.retrieveMetadata(MetadataReference reference) Currently only supports Get requests (not Get Metadata), so we only need the reference's address.MetadataClient.retrieveMetadata(String address) Method used to load the metadata from the endpoint.Methods in com.sun.xml.ws.mex.client with parameters of type MetadataModifier and TypeMethodDescriptionMetadataClient.getServiceInformation(Metadata data) Used to retrieve the service and port names and port addresses from metadata.Constructors in com.sun.xml.ws.mex.client with parameters of type MetadataModifierConstructorDescriptionServiceDescriptorImpl(Metadata mData) The ServiceDescriptorImpl constructor does the work of parsing the data in the Metadata object. -
Uses of Metadata in com.sun.xml.ws.mex.client.schema
Methods in com.sun.xml.ws.mex.client.schema that return Metadata