Package com.sun.xml.ws.mex.client
Class MetadataResolverImpl
java.lang.Object
com.sun.xml.ws.api.wsdl.parser.MetaDataResolver
com.sun.xml.ws.mex.client.MetadataResolverImpl
Plugin to wsimport for mex/ws-transfer requests.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method is called by JAX-WS code to retrieve metadata.
-
Constructor Details
-
MetadataResolverImpl
protected MetadataResolverImpl()
-
-
Method Details
-
resolve
This method is called by JAX-WS code to retrieve metadata. The contract is that, if there are problems trying to get the metadata with mex, this method returns null and the JAX-WS code can try retrieving it another way (for instance, with a ?wsdl http GET call).- Specified by:
resolvein classMetaDataResolver- Parameters:
location- metadata location- Returns:
ServiceDescriptorresolved from the location. It may be null in the cases when MetadataResolver can get the metada associated with the metadata loction.
-