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

Packages that use MetadataReference
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
 Metadata MetadataClient.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
protected  MetadataReference MetadataSection.metadataReference
           
 

Methods in com.sun.xml.ws.mex.client.schema that return MetadataReference
 MetadataReference ObjectFactory.createMetadataReference()
          Create an instance of MetadataReference
 MetadataReference MetadataSection.getMetadataReference()
          Gets the value of the metadataReference property.
 

Methods in com.sun.xml.ws.mex.client.schema with parameters of type MetadataReference
 void MetadataSection.setMetadataReference(MetadataReference value)
          Sets the value of the metadataReference property.