Uses of Class
com.sun.xml.ws.server.SDDocumentImpl

Packages that use SDDocumentImpl
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
 

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

Methods in com.sun.xml.ws.server that return SDDocumentImpl
static SDDocumentImpl SDDocumentImpl.create(SDDocumentSource src, QName serviceName, QName portTypeName)
          Creates SDDocument from SDDocumentSource.
 SDDocumentImpl ServiceDefinitionImpl.getBySystemId(String systemId)
          Gets the SDDocumentImpl whose getURL() returns the specified value.
 SDDocumentImpl WSDLGenResolver.updateDocs()
          Converts SDDocumentSource to SDDocumentImpl and updates original docs.
 

Constructors in com.sun.xml.ws.server with parameters of type SDDocumentImpl
ServiceDefinitionImpl(List<SDDocumentImpl> docs, SDDocumentImpl primaryWsdl)
           
WSDLPatcher(WSEndpointImpl<?> endpoint, SDDocumentImpl current, PortAddressResolver portAddressResolver, DocumentAddressResolver resolver)
          Creates a WSDLPatcher for patching WSDL.
 

Constructor parameters in com.sun.xml.ws.server with type arguments of type SDDocumentImpl
ServiceDefinitionImpl(List<SDDocumentImpl> docs, SDDocumentImpl primaryWsdl)
           
WSDLGenResolver(List<SDDocumentImpl> docs, QName serviceName, QName portTypeName)