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

Packages that use ExtensionRegistry
org.apache.woden   
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.wsdl20.extensions
 

Methods in org.apache.woden.wsdl20.extensions with parameters of type ExtensionRegistry
 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.
 void UnknownExtensionSerializer.marshall(Class parentType, QName elementType, ExtensionElement extension, PrintWriter pw, DescriptionElement desc, ExtensionRegistry extReg)
           
 void ExtensionRegistrar.registerExtensions(ExtensionRegistry registry)
          Registers Woden extensions with an existing registry.
 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.
 



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