public abstract class ServiceDescriptor extends Object
Constructor and Description |
---|
ServiceDescriptor() |
Modifier and Type | Method and Description |
---|---|
abstract List<? extends Source> |
getSchemas()
Gives list of schemas.
|
abstract List<? extends Source> |
getWSDLs()
Gives list of wsdls
|
@NotNull public abstract List<? extends Source> getWSDLs()
Source
.
Source.getSystemId()
must be Non-null@NotNull public abstract List<? extends Source> getSchemas()
Source
. Source.getSystemId()
must be Non-null.Copyright © 2015 Oracle Corporation. All rights reserved.