|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypeMapping | |
---|---|
org.codehaus.xfire.aegis | |
org.codehaus.xfire.aegis.type | |
org.codehaus.xfire.aegis.type.basic |
Uses of TypeMapping in org.codehaus.xfire.aegis |
---|
Methods in org.codehaus.xfire.aegis that return TypeMapping | |
---|---|
protected TypeMapping |
AegisBindingProvider.createTypeMapping(org.codehaus.xfire.service.Service endpoint)
|
TypeMapping |
AegisBindingProvider.getTypeMapping(org.codehaus.xfire.service.Service service)
|
Methods in org.codehaus.xfire.aegis with parameters of type TypeMapping | |
---|---|
static Type |
AegisBindingProvider.getReadType(javax.xml.stream.XMLStreamReader xsr,
org.codehaus.xfire.MessageContext context,
Type type,
TypeMapping tm)
|
Uses of TypeMapping in org.codehaus.xfire.aegis.type |
---|
Classes in org.codehaus.xfire.aegis.type that implement TypeMapping | |
---|---|
class |
CustomTypeMapping
Contains type mappings for java/qname pairs. |
Fields in org.codehaus.xfire.aegis.type declared as TypeMapping | |
---|---|
protected TypeMapping |
AbstractTypeCreator.tm
|
Methods in org.codehaus.xfire.aegis.type that return TypeMapping | |
---|---|
TypeMapping |
DefaultTypeMappingRegistry.createDefaultMappings()
|
TypeMapping |
DefaultTypeMappingRegistry.createTypeMapping(boolean autoTypes)
|
TypeMapping |
TypeMappingRegistry.createTypeMapping(boolean autoTypes)
Creates a new empty TypeMapping object. |
TypeMapping |
DefaultTypeMappingRegistry.createTypeMapping(String parentNamespace,
boolean autoTypes)
|
TypeMapping |
TypeMappingRegistry.createTypeMapping(String parentEncodingStyleURI,
boolean autoTypes)
Create a type mapping with the specified encodying style. |
protected TypeMapping |
DefaultTypeMappingRegistry.createTypeMapping(TypeMapping parent,
boolean autoTypes)
|
TypeMapping |
DefaultTypeMappingRegistry.getDefaultTypeMapping()
|
TypeMapping |
TypeMappingRegistry.getDefaultTypeMapping()
Gets the registered default TypeMapping instance. |
TypeMapping |
CustomTypeMapping.getParent()
|
TypeMapping |
Type.getTypeMapping()
|
TypeMapping |
AbstractTypeCreator.getTypeMapping()
|
TypeMapping |
DefaultTypeMappingRegistry.getTypeMapping(String encodingStyleURI)
|
TypeMapping |
TypeMappingRegistry.getTypeMapping(String encodingStyleURI)
Returns the registered TypeMapping for the specified
encodingStyle URI. |
TypeMapping |
DefaultTypeMappingRegistry.register(String encodingStyleURI,
TypeMapping mapping)
|
TypeMapping |
TypeMappingRegistry.register(String encodingStyleURI,
TypeMapping mapping)
|
TypeMapping |
DefaultTypeMappingRegistry.unregisterTypeMapping(String encodingStyleURI)
|
TypeMapping |
TypeMappingRegistry.unregisterTypeMapping(String encodingStyleURI)
Unregisters a TypeMapping instance, if present, from the specified encodingStyleURI. |
Methods in org.codehaus.xfire.aegis.type with parameters of type TypeMapping | |
---|---|
protected void |
DefaultTypeMappingRegistry.createDefaultMappings(TypeMapping tm)
|
protected TypeMapping |
DefaultTypeMappingRegistry.createTypeMapping(TypeMapping parent,
boolean autoTypes)
|
TypeMapping |
DefaultTypeMappingRegistry.register(String encodingStyleURI,
TypeMapping mapping)
|
TypeMapping |
TypeMappingRegistry.register(String encodingStyleURI,
TypeMapping mapping)
|
protected void |
DefaultTypeMappingRegistry.register(TypeMapping tm,
Class class1,
QName name,
Type type)
|
void |
DefaultTypeMappingRegistry.registerDefault(TypeMapping mapping)
|
void |
TypeMappingRegistry.registerDefault(TypeMapping mapping)
|
protected void |
DefaultTypeMappingRegistry.registerIfAvailable(TypeMapping tm,
String className,
QName typeName,
String typeClassName)
|
boolean |
DefaultTypeMappingRegistry.removeTypeMapping(TypeMapping mapping)
|
boolean |
TypeMappingRegistry.removeTypeMapping(TypeMapping mapping)
Removes a TypeMapping from the TypeMappingRegistry. |
void |
Type.setTypeMapping(TypeMapping typeMapping)
|
void |
TypeCreator.setTypeMapping(TypeMapping typeMapping)
|
void |
AbstractTypeCreator.setTypeMapping(TypeMapping typeMapping)
|
Constructors in org.codehaus.xfire.aegis.type with parameters of type TypeMapping | |
---|---|
CustomTypeMapping(TypeMapping defaultTM)
|
Uses of TypeMapping in org.codehaus.xfire.aegis.type.basic |
---|
Methods in org.codehaus.xfire.aegis.type.basic that return TypeMapping | |
---|---|
TypeMapping |
BeanTypeInfo.getTypeMapping()
|
Methods in org.codehaus.xfire.aegis.type.basic with parameters of type TypeMapping | |
---|---|
void |
BeanTypeInfo.setTypeMapping(TypeMapping typeMapping)
|
void |
HolderType.setTypeMapping(TypeMapping typeMapping)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |