|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceElement | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Uses of ServiceElement in org.apache.woden.internal.wsdl20 |
Classes in org.apache.woden.internal.wsdl20 that implement ServiceElement | |
class |
ServiceImpl
This class represents the Service component and the <service> element. |
Methods in org.apache.woden.internal.wsdl20 that return ServiceElement | |
ServiceElement |
ServiceImpl.toElement()
|
ServiceElement[] |
DescriptionImpl.getServiceElements()
|
ServiceElement |
DescriptionImpl.addServiceElement()
|
Uses of ServiceElement in org.apache.woden.wsdl20 |
Methods in org.apache.woden.wsdl20 that return ServiceElement | |
ServiceElement |
Service.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0 infoset that maps to this WSDLComponent. |
Uses of ServiceElement in org.apache.woden.wsdl20.xml |
Methods in org.apache.woden.wsdl20.xml that return ServiceElement | |
ServiceElement |
DescriptionElement.addServiceElement()
Create a ServiceElement with this DescriptionElement as its parent and return a reference to it. |
ServiceElement[] |
DescriptionElement.getServiceElements()
Return the set of ServiceElements within this DescriptionElement. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |