- java.lang.Object
-
- com.sun.xml.ws.api.wsdl.parser.MetaDataResolver
-
- com.sun.xml.ws.mex.client.MetadataResolverImpl
-
public class MetadataResolverImpl extends com.sun.xml.ws.api.wsdl.parser.MetaDataResolverPlugin to wsimport for mex/ws-transfer requests.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMetadataResolverImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.sun.xml.ws.api.wsdl.parser.ServiceDescriptorresolve(URI location)This method is called by JAX-WS code to retrieve metadata.
-
-
-
Method Detail
-
resolve
public com.sun.xml.ws.api.wsdl.parser.ServiceDescriptor resolve(URI location)
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 classcom.sun.xml.ws.api.wsdl.parser.MetaDataResolver
-
-