Package com.sun.xml.ws.api.server
Interface SDDocument.Schema
-
- All Superinterfaces:
SDDocument
- Enclosing interface:
- SDDocument
public static interface SDDocument.Schema extends SDDocument
SDDocumentthat represents an XML Schema.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.sun.xml.ws.api.server.SDDocument
SDDocument.Schema, SDDocument.WSDL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTargetNamespace()Gets the target namepsace of this schema.-
Methods inherited from interface com.sun.xml.ws.api.server.SDDocument
getImports, getRootName, getURL, isSchema, isWSDL, writeTo, writeTo
-
-
-
-
Method Detail
-
getTargetNamespace
@ManagedAttribute String getTargetNamespace()
Gets the target namepsace of this schema.
-
-