Uses of Interface
com.sun.xml.ws.api.server.SDDocument
Packages that use SDDocument
Package
Description
APIs for hosting JAX-WS services.
This document describes the architecture of server side
JAX-WS 2.0.1 runtime.
-
Uses of SDDocument in com.sun.xml.ws.addressing
Methods in com.sun.xml.ws.addressing with parameters of type SDDocument -
Uses of SDDocument in com.sun.xml.ws.api.server
Subinterfaces of SDDocument in com.sun.xml.ws.api.serverModifier and TypeInterfaceDescriptionstatic interfaceSDDocumentthat represents an XML Schema.static interfaceSDDocumentthat represents a WSDL.Methods in com.sun.xml.ws.api.server that return SDDocumentModifier and TypeMethodDescriptionServiceDefinition.getPrimary()Gets the "primary"SDDocumentthat represents a WSDL.Methods in com.sun.xml.ws.api.server with parameters of type SDDocumentModifier and TypeMethodDescriptionSDDocumentFilter.filter(SDDocument doc, XMLStreamWriter w) Returns a wrapped XMLStreamWriter on top of passed-in XMLStreamWriter.DocumentAddressResolver.getRelativeAddressFor(SDDocument current, SDDocument referenced) Produces a relative reference from one document to another. -
Uses of SDDocument in com.sun.xml.ws.runtime
Methods in com.sun.xml.ws.runtime with parameters of type SDDocumentModifier and TypeMethodDescriptionWsdlDocumentFilter.filter(SDDocument sdDocument, XMLStreamWriter xmlStreamWriter) -
Uses of SDDocument in com.sun.xml.ws.server
Classes in com.sun.xml.ws.server that implement SDDocumentMethods in com.sun.xml.ws.server that return SDDocumentModifier and TypeMethodDescriptionServiceDefinitionImpl.getPrimary()Gets theSDDocumentImplwhoseSDDocumentImpl.getURL()returns the specified value.Methods in com.sun.xml.ws.server that return types with arguments of type SDDocument -
Uses of SDDocument in com.sun.xml.ws.transport.http
Fields in com.sun.xml.ws.transport.http with type parameters of type SDDocumentModifier and TypeFieldDescriptionprotected Map<String,SDDocument> HttpAdapter.wsdlsSDDocuments keyed by the query string like "?abc". -
Uses of SDDocument in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util that return types with arguments of type SDDocumentModifier and TypeMethodDescriptionstatic 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 SDDocument in com.sun.xml.ws.util.pipe
Methods in com.sun.xml.ws.util.pipe that return SDDocumentModifier and TypeMethodDescriptionMethod parameters in com.sun.xml.ws.util.pipe with type arguments of type SDDocumentModifier and TypeMethodDescriptionprotected Source[]AbstractSchemaValidationTube.getSchemaSources(Iterable<SDDocument> docs, AbstractSchemaValidationTube.MetadataResolverImpl mdresolver) Constructor parameters in com.sun.xml.ws.util.pipe with type arguments of type SDDocument -
Uses of SDDocument in com.sun.xml.ws.wsdl
Methods in com.sun.xml.ws.wsdl that return SDDocument