Package | Description |
---|---|
org.apache.woden.internal | |
org.apache.woden.internal.wsdl20 | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.xml |
Modifier and Type | Method and Description |
---|---|
protected void |
OMWSDLWriter.printServices(ServiceElement[] services,
DescriptionElement des,
PrintWriter pw)
Serialize the ServiceElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printServices(ServiceElement[] services,
DescriptionElement des,
PrintWriter pw)
Serialize the ServiceElements of the WSDL element model.
|
Modifier and Type | Class and Description |
---|---|
class |
ServiceImpl
This class represents the Service component and the
<service> element.
|
Modifier and Type | Method and Description |
---|---|
ServiceElement |
DescriptionImpl.addServiceElement() |
ServiceElement[] |
DescriptionImpl.getServiceElements() |
ServiceElement |
ServiceImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
ServiceElement |
Service.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005-2013 Apache Software Foundation. All Rights Reserved.