Uses of Interface
com.sun.xml.ws.wsdl.SDDocumentResolver
-
Packages that use SDDocumentResolver Package Description com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtimecom.sun.xml.ws.util com.sun.xml.ws.util.pipe -
-
Uses of SDDocumentResolver in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement SDDocumentResolver Modifier and Type Class Description classServiceDefinitionImplServiceDefinitionimplementation. -
Uses of SDDocumentResolver in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util with parameters of type SDDocumentResolver Modifier and Type Method Description static Map<String,SDDocument>MetadataUtil. getMetadataClosure(String systemId, SDDocumentResolver resolver, boolean onlyTopLevelSchemas)Gets closure of all the referenced documents from the primary document(typically the service WSDL). -
Uses of SDDocumentResolver in com.sun.xml.ws.util.pipe
Classes in com.sun.xml.ws.util.pipe that implement SDDocumentResolver Modifier and Type Class Description protected classAbstractSchemaValidationTube.MetadataResolverImpl
-