|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExtensionRegistry in org.apache.woden |
Methods in org.apache.woden that return ExtensionRegistry | |
abstract ExtensionRegistry |
WSDLFactory.newPopulatedExtensionRegistry()
|
ExtensionRegistry |
WSDLReader.getExtensionRegistry()
|
Methods in org.apache.woden with parameters of type ExtensionRegistry | |
void |
WSDLReader.setExtensionRegistry(ExtensionRegistry extReg)
|
Uses of ExtensionRegistry in org.apache.woden.internal |
Methods in org.apache.woden.internal that return ExtensionRegistry | |
ExtensionRegistry |
OMWSDLFactory.newPopulatedExtensionRegistry()
|
ExtensionRegistry |
BaseWSDLReader.getExtensionRegistry()
|
ExtensionRegistry |
DOMWSDLFactory.newPopulatedExtensionRegistry()
|
Methods in org.apache.woden.internal with parameters of type ExtensionRegistry | |
void |
BaseWSDLReader.setExtensionRegistry(ExtensionRegistry extReg)
|
Uses of ExtensionRegistry in org.apache.woden.internal.wsdl20 |
Methods in org.apache.woden.internal.wsdl20 that return ExtensionRegistry | |
ExtensionRegistry |
DescriptionImpl.getExtensionRegistry()
|
Methods in org.apache.woden.internal.wsdl20 with parameters of type ExtensionRegistry | |
void |
DescriptionImpl.setExtensionRegistry(ExtensionRegistry extReg)
|
Uses of ExtensionRegistry in org.apache.woden.internal.wsdl20.extensions |
Subclasses of ExtensionRegistry in org.apache.woden.internal.wsdl20.extensions | |
class |
PopulatedExtensionRegistry
This class extends ExtensionRegistry and pre-registers serializers/deserializers for the SOAP, HTTP and MIME extensions. |
Uses of ExtensionRegistry in org.apache.woden.internal.wsdl20.extensions.http |
Methods in org.apache.woden.internal.wsdl20.extensions.http with parameters of type ExtensionRegistry | |
ExtensionElement |
HTTPHeaderDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
Uses of ExtensionRegistry in org.apache.woden.internal.wsdl20.extensions.soap |
Methods in org.apache.woden.internal.wsdl20.extensions.soap with parameters of type ExtensionRegistry | |
ExtensionElement |
SOAPModuleDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName elementType,
XMLElement el,
DescriptionElement desc,
ExtensionRegistry extReg)
|
ExtensionElement |
SOAPHeaderBlockDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
Uses of ExtensionRegistry in org.apache.woden.wsdl20.extensions |
Methods in org.apache.woden.wsdl20.extensions with parameters of type ExtensionRegistry | |
ExtensionElement |
ExtensionDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
This method deserializes elements into instances of classes which implement the ExtensionElement interface. |
void |
ExtensionSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensionElement extension,
java.io.PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter. |
void |
UnknownExtensionSerializer.marshall(java.lang.Class parentType,
QName elementType,
ExtensionElement extension,
java.io.PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
|
ExtensionElement |
UnknownExtensionDeserializer.unmarshall(java.lang.Class parentType,
java.lang.Object parent,
QName extType,
XMLElement extEl,
DescriptionElement desc,
ExtensionRegistry extReg)
|
Uses of ExtensionRegistry in org.apache.woden.wsdl20.xml |
Methods in org.apache.woden.wsdl20.xml that return ExtensionRegistry | |
ExtensionRegistry |
DescriptionElement.getExtensionRegistry()
Return the ExtensionRegistry used handle WSDL extensions defined by this DescriptionElement and by any WSDL elements nested within it. |
Methods in org.apache.woden.wsdl20.xml with parameters of type ExtensionRegistry | |
void |
DescriptionElement.setExtensionRegistry(ExtensionRegistry extReg)
Specify the ExtensionRegistry to be used handle WSDL extensions defined by this DescriptionElement and by any WSDL elements nested within it. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |