Apache CXF API

Uses of Interface
org.apache.cxf.aegis.type.TypeMapping

Packages that use TypeMapping
org.apache.cxf.aegis   
org.apache.cxf.aegis.databinding   
org.apache.cxf.aegis.type   
org.apache.cxf.aegis.type.basic   
org.apache.cxf.aegis.type.encoded   
org.apache.cxf.aegis.type.java5   
 

Uses of TypeMapping in org.apache.cxf.aegis
 

Methods in org.apache.cxf.aegis that return TypeMapping
 TypeMapping AegisContext.getTypeMapping()
          Return the type mapping object used by this context.
 TypeMapping Context.getTypeMapping()
           
 

Methods in org.apache.cxf.aegis with parameters of type TypeMapping
 void AegisContext.setTypeMapping(TypeMapping typeMapping)
          Set the type mapping object used by this context.
 

Uses of TypeMapping in org.apache.cxf.aegis.databinding
 

Methods in org.apache.cxf.aegis.databinding with parameters of type TypeMapping
 QName AegisDatabinding.getSuggestedName(Service s, TypeMapping tm, OperationInfo op, int param)
           
protected  void AegisDatabinding.initializeMessage(Service s, TypeMapping serviceTM, AbstractMessageContainer container, int partType, Set<AegisType> deps)
           
 

Uses of TypeMapping in org.apache.cxf.aegis.type
 

Classes in org.apache.cxf.aegis.type that implement TypeMapping
 class DefaultTypeMapping
          The implementation of the Aegis type map.
 

Fields in org.apache.cxf.aegis.type declared as TypeMapping
protected  TypeMapping AbstractTypeCreator.tm
           
 

Methods in org.apache.cxf.aegis.type that return TypeMapping
 TypeMapping DefaultTypeMapping.getParent()
           
 TypeMapping AbstractTypeCreator.getTypeMapping()
           
 TypeMapping AegisType.getTypeMapping()
           
 

Methods in org.apache.cxf.aegis.type with parameters of type TypeMapping
 void TypeCreator.setTypeMapping(TypeMapping typeMapping)
           
 void AbstractTypeCreator.setTypeMapping(TypeMapping typeMapping)
           
 void AegisType.setTypeMapping(TypeMapping typeMapping)
           
 

Constructors in org.apache.cxf.aegis.type with parameters of type TypeMapping
DefaultTypeMapping(String identifierURI, TypeMapping defaultTM)
           
 

Uses of TypeMapping in org.apache.cxf.aegis.type.basic
 

Methods in org.apache.cxf.aegis.type.basic that return TypeMapping
 TypeMapping BeanTypeInfo.getTypeMapping()
           
 

Methods in org.apache.cxf.aegis.type.basic with parameters of type TypeMapping
 void BeanType.setTypeMapping(TypeMapping typeMapping)
           
 void BeanTypeInfo.setTypeMapping(TypeMapping typeMapping)
           
 

Uses of TypeMapping in org.apache.cxf.aegis.type.encoded
 

Methods in org.apache.cxf.aegis.type.encoded that return TypeMapping
 TypeMapping SoapRefType.getTypeMapping()
           
 

Methods in org.apache.cxf.aegis.type.encoded with parameters of type TypeMapping
 void SoapRefType.setTypeMapping(TypeMapping typeMapping)
           
 

Constructors in org.apache.cxf.aegis.type.encoded with parameters of type TypeMapping
ArrayTypeInfo(MessageReader reader, TypeMapping tm)
           
TrailingBlocks(TypeMapping typeMapping)
           
 

Uses of TypeMapping in org.apache.cxf.aegis.type.java5
 

Constructors in org.apache.cxf.aegis.type.java5 with parameters of type TypeMapping
AnnotatedTypeInfo(TypeMapping tm, Class typeClass, String ns, AnnotationReader annotationReader, TypeCreationOptions typeCreationOptions)
           
AnnotatedTypeInfo(TypeMapping tm, Class typeClass, String ns, TypeCreationOptions typeCreationOptions)
           
 


Apache CXF API

Apache CXF