Uses of Interface org.apache.axis.encoding.TypeMapping

Uses in package org.apache.axis.configuration

Methods with return type org.apache.axis.encoding.TypeMapping

TypeMapping
NullProvider.getTypeMapping(String encodingStyle)
TypeMapping
SimpleProvider.getTypeMapping(String encodingStyle)

Uses in package org.apache.axis

Methods with return type org.apache.axis.encoding.TypeMapping

TypeMapping
Return the type mapping currently in scope for our encoding style.

Uses in package org.apache.axis.client

Methods with return type org.apache.axis.encoding.TypeMapping

TypeMapping

Uses in package org.apache.axis.description

Methods with parameter type org.apache.axis.encoding.TypeMapping

void
Fill in a service description by introspecting the implementation class.
void
void

Methods with return type org.apache.axis.encoding.TypeMapping

TypeMapping
TypeMapping

Uses in package org.apache.axis.deployment.wsdd

Methods with return type org.apache.axis.encoding.TypeMapping

TypeMapping
WSDDDeployment.getTypeMapping(String encodingStyle)
TypeMapping
WSDDService.getTypeMapping(String encodingStyle)

Uses in package org.apache.axis.encoding

Classes implementing org.apache.axis.encoding.TypeMapping

class
The TypeMapping delegate is used to simply delegate to the indicated type mapping.

Methods with return type org.apache.axis.encoding.TypeMapping

TypeMapping
Obtain a type mapping for the given encoding style.
TypeMapping
Obtain a type mapping for the given encodingStyle.
TypeMapping
Get the TypeMapping for this DeserializationContext
TypeMapping
Get the TypeMapping we're using.

Uses in package org.apache.axis.wsdl.toJava

Methods with parameter type org.apache.axis.encoding.TypeMapping

void
Sets the default TypeMapping used by the service

Methods with return type org.apache.axis.encoding.TypeMapping

TypeMapping
Returns the default TypeMapping used by the service

Uses in package org.apache.axis.wsdl.fromJava

Constructors with parameter type org.apache.axis.encoding.TypeMapping

Types.Types(Definition def, TypeMapping tm, TypeMapping defaultTM, Namespaces namespaces, String targetNamespace, List stopClasses, ServiceDesc serviceDesc)
This class serailizes a Class to XML Schema.
Types.Types(Definition def, TypeMapping tm, TypeMapping defaultTM, Namespaces namespaces, String targetNamespace, List stopClasses, ServiceDesc serviceDesc, Emitter emitter)
This class serailizes a Class to XML Schema.

Fields of type org.apache.axis.encoding.TypeMapping

TypeMapping
Field standardTypes

Methods with parameter type org.apache.axis.encoding.TypeMapping

void
Sets the defaultTypeMapping used by the service
void
Sets the TypeMapping used by the service

Methods with return type org.apache.axis.encoding.TypeMapping

TypeMapping
Returns the defaultTypeMapping used by the service
TypeMapping
Returns the TypeMapping used by the service

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.