Uses of Interface
org.codehaus.xfire.aegis.mapping.TypeRegistry

Packages that use TypeRegistry
org.codehaus.xfire.aegis   
org.codehaus.xfire.aegis.mapping   
org.codehaus.xfire.aegis.operation   
org.codehaus.xfire.aegis.type   
 

Uses of TypeRegistry in org.codehaus.xfire.aegis
 

Methods in org.codehaus.xfire.aegis that return TypeRegistry
 TypeRegistry AegisService.getTypeRegistry()
           
 

Uses of TypeRegistry in org.codehaus.xfire.aegis.mapping
 

Classes in org.codehaus.xfire.aegis.mapping that implement TypeRegistry
 class DefaultTypeRegistry
          DefaultTypeRegistry
 

Uses of TypeRegistry in org.codehaus.xfire.aegis.operation
 

Methods in org.codehaus.xfire.aegis.operation with parameters of type TypeRegistry
 void WrappedOperation.configure(org.dom4j.Element config, AegisService service, TypeRegistry reg)
           
 

Uses of TypeRegistry in org.codehaus.xfire.aegis.type
 

Methods in org.codehaus.xfire.aegis.type with parameters of type TypeRegistry
abstract  void Type.configure(org.dom4j.Element configuration, AegisService service, TypeRegistry reg)
           
 void SimpleType.configure(org.dom4j.Element configuration, AegisService service, TypeRegistry reg)
           
 void FlatArrayType.configure(org.dom4j.Element configuration, AegisService service, TypeRegistry reg)
           
 void BeanType.configure(org.dom4j.Element configuration, AegisService service, TypeRegistry reg)
           
 void ArrayType.configure(org.dom4j.Element configuration, AegisService service, TypeRegistry reg)
           
 



Copyright © 2004 Codehaus. All Rights Reserved.