Uses of Interface
com.sun.xml.ws.api.server.SDDocument

Packages that use SDDocument
com.sun.xml.ws.api.server APIs for hosting JAX-WS services. 
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.ws.transport.http   
com.sun.xml.ws.util   
com.sun.xml.ws.util.pipe   
com.sun.xml.ws.util.xml   
 

Uses of SDDocument in com.sun.xml.ws.api.server
 

Subinterfaces of SDDocument in com.sun.xml.ws.api.server
static interface SDDocument.Schema
          SDDocument that represents an XML Schema.
static interface SDDocument.WSDL
          SDDocument that represents a WSDL.
 

Methods in com.sun.xml.ws.api.server that return SDDocument
 SDDocument ServiceDefinition.getPrimary()
          Gets the "primary" SDDocument that represents a WSDL.
 

Methods in com.sun.xml.ws.api.server with parameters of type SDDocument
 javax.xml.stream.XMLStreamWriter SDDocumentFilter.filter(SDDocument doc, javax.xml.stream.XMLStreamWriter w)
          Returns a wrapped XMLStreamWriter on top of passed-in XMLStreamWriter.
 String DocumentAddressResolver.getRelativeAddressFor(SDDocument current, SDDocument referenced)
          Produces a relative reference from one document to another.
 

Uses of SDDocument in com.sun.xml.ws.server
 

Classes in com.sun.xml.ws.server that implement SDDocument
 class SDDocumentImpl
          SDDocument implmentation.
 

Methods in com.sun.xml.ws.server that return SDDocument
 SDDocument ServiceDefinitionImpl.getBySystemId(URL systemId)
           
 SDDocument ServiceDefinitionImpl.getPrimary()
           
 

Methods in com.sun.xml.ws.server that return types with arguments of type SDDocument
 Iterator<SDDocument> ServiceDefinitionImpl.iterator()
           
 

Uses of SDDocument in com.sun.xml.ws.transport.http
 

Fields in com.sun.xml.ws.transport.http with type parameters of type SDDocument
 Map<SDDocument,String> HttpAdapter.revWsdls
          Reverse map of HttpAdapter.wsdls.
 Map<String,SDDocument> HttpAdapter.wsdls
          SDDocuments 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 SDDocument
 SDDocument MetadataUtil.MetadataResolver.resolveEntity(String systemId)
          returns SDDocumentImpl for the give systemId.
 

Methods in com.sun.xml.ws.util that return types with arguments of type SDDocument
static Map<String,SDDocument> MetadataUtil.getMetadataClosure(String systemId, MetadataUtil.MetadataResolver 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 with parameters of type SDDocument
protected  Document AbstractSchemaValidationTube.createDOM(SDDocument doc)
           
 

Uses of SDDocument in com.sun.xml.ws.util.xml
 

Classes in com.sun.xml.ws.util.xml that implement SDDocument
 class MetadataDocument
          SDDocument implmentation.
 

Methods in com.sun.xml.ws.util.xml that return SDDocument
static SDDocument MetadataDocument.create(SDDocumentSource src, QName serviceName, QName portTypeName)
          Creates SDDocument from SDDocumentSource.