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.extensions   
org.apache.woden.internal.wsdl20.extensions.http   
org.apache.woden.internal.wsdl20.extensions.soap   
org.apache.woden.wsdl20.extensions   
 

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)
          Set the extension registry to the specified registry reference.
 

Uses of ExtensionRegistry in org.apache.woden.internal
 

Fields in org.apache.woden.internal declared as ExtensionRegistry
 ExtensionRegistry WSDLContext.extensionRegistry
           
 

Methods in org.apache.woden.internal that return ExtensionRegistry
 ExtensionRegistry BaseWSDLReader.getExtensionRegistry()
           
 ExtensionRegistry BaseWSDLFactory.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.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)
           
 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 ExtensionRegistrar.registerExtensions(ExtensionRegistry registry)
          Registers Woden extensions with an existing registry.
 ExtensionElement UnknownExtensionDeserializer.unmarshall(java.lang.Class parentType, java.lang.Object parent, QName extType, XMLElement extEl, DescriptionElement desc, ExtensionRegistry extReg)
           
 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.
 



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