Searched defs:SDDocumentImpl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/server/
H A DSDDocumentImpl.java62 public class SDDocumentImpl extends SDDocumentSource implements SDDocument { class in inherits:SDDocumentSource,SDDocument
85 * this field is used to find which {@link com.sun.xml.internal.ws.server.SDDocumentImpl} it refers to.
104 public static SDDocumentImpl create(SDDocumentSource src, QName serviceName, QName portTypeName) {
174 return new SDDocumentImpl(rootName,systemId,src);
188 protected SDDocumentImpl(QName rootName, URL url, SDDocumentSource source) { method in class:SDDocumentImpl
192 protected SDDocumentImpl(QName rootName, URL url, SDDocumentSource source, Set<String> imports) { method in class:SDDocumentImpl
313 private static final class SchemaImpl extends SDDocumentImpl implements SDDocument.Schema {
332 private static final class WSDLImpl extends SDDocumentImpl implements SDDocument.WSDL {
385 return delegate.getRelativeAddressFor(SDDocumentImpl.this, refDoc);

Completed in 32 milliseconds