Uses of Class
com.sun.xml.ws.mex.client.schema.Metadata

Packages that use Metadata
com.sun.xml.ws.mex.client   
com.sun.xml.ws.mex.client.schema   
 

Uses of Metadata in com.sun.xml.ws.mex.client
 

Methods in com.sun.xml.ws.mex.client that return Metadata
 Metadata MetadataClient.retrieveMetadata(MetadataReference reference)
          Currently only supports Get requests (not Get Metadata), so we only need the reference's address.
 Metadata MetadataClient.retrieveMetadata(java.lang.String address)
          Method used to load the metadata from the endpoint.
 

Methods in com.sun.xml.ws.mex.client with parameters of type Metadata
 java.util.List<PortInfo> MetadataClient.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 Metadata
ServiceDescriptorImpl(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
 Metadata ObjectFactory.createMetadata()
          Create an instance of Metadata