Uses of Class
org.apache.woden.wsdl20.extensions.ExtensionRegistry

Packages that use ExtensionRegistry
org.apache.woden   
org.apache.woden.internal   
org.apache.woden.internal.wsdl20   
org.apache.woden.internal.wsdl20.extensions   
org.apache.woden.internal.wsdl20.extensions.http   
org.apache.woden.internal.wsdl20.extensions.soap   
org.apache.woden.wsdl20.extensions   
org.apache.woden.wsdl20.xml   
 

Uses of ExtensionRegistry in org.apache.woden
 

Methods in org.apache.woden that return ExtensionRegistry
 ExtensionRegistry WSDLReader.getExtensionRegistry()
           
abstract  ExtensionRegistry WSDLFactory.newPopulatedExtensionRegistry()
           
 

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 DOMWSDLFactory.newPopulatedExtensionRegistry()
           
 ExtensionRegistry BaseWSDLReader.getExtensionRegistry()
           
 

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
 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)
           
 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.
 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.
 

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.
 



Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.