Package | Description |
---|---|
org.apache.woden | |
org.apache.woden.wsdl20 | |
org.apache.woden.wsdl20.extensions | |
org.apache.woden.wsdl20.xml |
Modifier and Type | Method and Description |
---|---|
abstract DescriptionElement |
WSDLFactory.newDescription() |
Modifier and Type | Method and Description |
---|---|
void |
WSDLWriter.writeWSDL(DescriptionElement wsdlDes,
OutputStream sink)
Write the specified WSDL Description to the specified OutputStream.
|
void |
WSDLWriter.writeWSDL(DescriptionElement wsdlDes,
Writer sink)
Write the specified WSDL Description to the specified Writer.
|
Modifier and Type | Method and Description |
---|---|
DescriptionElement |
Description.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 |
---|---|
void |
UnknownExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensionElement extension,
PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg) |
void |
ExtensionSerializer.marshall(Class parentType,
QName elementType,
ExtensionElement extension,
PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
This method serializes extension-specific instances of
ExtensibilityElement into the PrintWriter.
|
ExtensionElement |
UnknownExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg) |
ExtensionElement |
ExtensionDeserializer.unmarshall(Class parentType,
Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes
which implement the ExtensionElement interface.
|
Modifier and Type | Method and Description |
---|---|
DescriptionElement |
IncludeElement.getDescriptionElement() |
DescriptionElement |
ImportElement.getDescriptionElement() |
Modifier and Type | Method and Description |
---|---|
void |
IncludeElement.setDescriptionElement(DescriptionElement desc) |
void |
ImportElement.setDescriptionElement(DescriptionElement desc) |
Copyright ? Apache Software Foundation. All Rights Reserved.