Uses of Class
com.sun.xml.ws.mex.client.schema.Metadata
-
Packages that use Metadata Package Description 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 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.MetadataMetadataClient. retrieveMetadata(String address)Method used to load the metadata from the endpoint.Methods in com.sun.xml.ws.mex.client with parameters of type Metadata Modifier and Type Method Description 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 Constructor Description 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 Modifier and Type Method Description MetadataObjectFactory. createMetadata()Create an instance ofMetadata
-