|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Service | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.internal.wsdl20.validation | |
org.apache.woden.wsdl20 |
Uses of Service in org.apache.woden.internal.wsdl20 |
Classes in org.apache.woden.internal.wsdl20 that implement Service | |
class |
ServiceImpl
This class represents the Service component and the <service> element. |
Methods in org.apache.woden.internal.wsdl20 that return Service | |
Service[] |
DescriptionImpl.getServices()
|
Service |
DescriptionImpl.getService(QName name)
|
Uses of Service in org.apache.woden.internal.wsdl20.validation |
Methods in org.apache.woden.internal.wsdl20.validation with parameters of type Service | |
protected void |
WSDLComponentValidator.validateServices(Service[] services,
Description desc,
ErrorReporter errorReporter)
Validate the services in the WSDL component model. |
protected boolean |
WSDLComponentValidator.testAssertionService0063(Service[] services,
ErrorReporter errorReporter)
Test assertion Service-0063. |
Uses of Service in org.apache.woden.wsdl20 |
Methods in org.apache.woden.wsdl20 that return Service | |
Service[] |
Description.getServices()
Represents the {services} property of the Description component. |
Service |
Description.getService(QName name)
Returns a Service with the specified name from the {services} property of this Description. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |