Package | Description |
---|---|
org.apache.axis.encoding |
Modifier and Type | Method and Description |
---|---|
static TypeMappingDelegate |
DefaultSOAPEncodingTypeMappingImpl.createWithDelegate() |
TypeMappingDelegate |
TypeMappingDelegate.getNext()
getDelegate gets the new Delegate TypeMapping
|
static TypeMappingDelegate |
DefaultTypeMappingImpl.getSingletonDelegate()
Obtain the singleton default typemapping.
|
Modifier and Type | Method and Description |
---|---|
DeserializerFactory |
TypeMappingImpl.finalGetDeserializer(java.lang.Class javaType,
QName xmlType,
TypeMappingDelegate start) |
java.lang.Class[] |
TypeMappingImpl.getAllClasses(TypeMappingDelegate next)
Returns an array of all the classes contained within this mapping
|
java.lang.Class |
TypeMappingImpl.getClassForQName(QName xmlType,
java.lang.Class javaType,
TypeMappingDelegate next) |
DeserializerFactory |
TypeMappingDelegate.getDeserializer(java.lang.Class javaType,
QName xmlType,
TypeMappingDelegate start) |
DeserializerFactory |
TypeMappingImpl.getDeserializer(java.lang.Class javaType,
QName xmlType,
TypeMappingDelegate start)
Gets the DeserializerFactory registered for the specified pair
of Java type and XML data type.
|
QName |
TypeMappingImpl.getTypeQName(java.lang.Class javaType,
TypeMappingDelegate next) |
QName |
TypeMappingImpl.getTypeQNameExact(java.lang.Class javaType,
TypeMappingDelegate next)
Get the QName for this Java class, but only return a specific
mapping if there is one.
|
void |
TypeMappingDelegate.setNext(TypeMappingDelegate next)
setDelegate sets the new Delegate TypeMapping
|
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.