public static interface SDDocument.WSDL extends SDDocument
SDDocument
that represents a WSDL.SDDocument.Schema, SDDocument.WSDL
Modifier and Type | Method and Description |
---|---|
Set<QName> |
getAllServices()
All <service> names that were in this WSDL, or empty set if there was none.
|
String |
getTargetNamespace()
Gets the target namepsace of this schema.
|
boolean |
hasPortType()
This WSDL has a portType definition
that matches what
WSEndpoint is serving. |
boolean |
hasService()
This WSDL has a service definition
that matches the
WSEndpoint . |
getImports, getRootName, getURL, isSchema, isWSDL, writeTo, writeTo
@ManagedAttribute String getTargetNamespace()
@ManagedAttribute boolean hasPortType()
WSEndpoint
is serving.
TODO: does this info needs to be exposed?@ManagedAttribute boolean hasService()
WSEndpoint
.
TODO: does this info need to be exposed?Copyright © 2015 Oracle Corporation. All rights reserved.