Package com.sun.xml.ws.api.server
Interface SDDocument.WSDL
- All Superinterfaces:
SDDocument
- Enclosing interface:
- SDDocument
SDDocument that represents a WSDL.-
Nested Class Summary
Nested classes/interfaces inherited from interface com.sun.xml.ws.api.server.SDDocument
SDDocument.Schema, SDDocument.WSDL -
Method Summary
Modifier and TypeMethodDescriptionAll <service> names that were in this WSDL, or empty set if there was none.Gets the target namepsace of this schema.booleanThis WSDL has a portType definition that matches whatWSEndpointis serving.booleanThis WSDL has a service definition that matches theWSEndpoint.Methods inherited from interface com.sun.xml.ws.api.server.SDDocument
getImports, getRootName, getURL, isSchema, isWSDL, writeTo, writeTo
-
Method Details
-
getTargetNamespace
Gets the target namepsace of this schema. -
hasPortType
@ManagedAttribute boolean hasPortType()This WSDL has a portType definition that matches whatWSEndpointis serving. TODO: does this info needs to be exposed? -
hasService
@ManagedAttribute boolean hasService()This WSDL has a service definition that matches theWSEndpoint. TODO: does this info need to be exposed? -
getAllServices
All <service> names that were in this WSDL, or empty set if there was none. Used for error diagnostics.
-