|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TypeMapping in org.apache.axis |
---|
Methods in org.apache.axis that return TypeMapping | |
---|---|
TypeMapping |
MessageContext.getTypeMapping()
Return the type mapping currently in scope for our encoding style. |
Uses of TypeMapping in org.apache.axis.client |
---|
Methods in org.apache.axis.client that return TypeMapping | |
---|---|
TypeMapping |
Call.getTypeMapping()
|
Uses of TypeMapping in org.apache.axis.configuration |
---|
Methods in org.apache.axis.configuration that return TypeMapping | |
---|---|
TypeMapping |
SimpleProvider.getTypeMapping(java.lang.String encodingStyle)
|
TypeMapping |
NullProvider.getTypeMapping(java.lang.String encodingStyle)
|
Uses of TypeMapping in org.apache.axis.deployment.wsdd |
---|
Methods in org.apache.axis.deployment.wsdd that return TypeMapping | |
---|---|
TypeMapping |
WSDDDeployment.getTypeMapping(java.lang.String encodingStyle)
|
TypeMapping |
WSDDService.getTypeMapping(java.lang.String encodingStyle)
|
Uses of TypeMapping in org.apache.axis.description |
---|
Methods in org.apache.axis.description that return TypeMapping | |
---|---|
TypeMapping |
JavaServiceDesc.getTypeMapping()
|
TypeMapping |
ServiceDesc.getTypeMapping()
|
Methods in org.apache.axis.description with parameters of type TypeMapping | |
---|---|
void |
JavaServiceDesc.loadServiceDescByIntrospection(java.lang.Class cls,
TypeMapping tm)
Fill in a service description by introspecting the implementation class. |
void |
JavaServiceDesc.setTypeMapping(TypeMapping tm)
|
void |
ServiceDesc.setTypeMapping(TypeMapping tm)
|
Uses of TypeMapping in org.apache.axis.encoding |
---|
Methods in org.apache.axis.encoding that return TypeMapping | |
---|---|
TypeMapping |
TypeMappingRegistryImpl.getOrMakeTypeMapping(java.lang.String encodingStyle)
Obtain a type mapping for the given encodingStyle. |
TypeMapping |
TypeMappingRegistry.getOrMakeTypeMapping(java.lang.String encodingStyle)
Obtain a type mapping for the given encoding style. |
TypeMapping |
SerializationContext.getTypeMapping()
Get the TypeMapping we're using. |
TypeMapping |
DeserializationContext.getTypeMapping()
Get the TypeMapping for this DeserializationContext |
Uses of TypeMapping in org.apache.axis.wsdl.fromJava |
---|
Fields in org.apache.axis.wsdl.fromJava declared as TypeMapping | |
---|---|
protected static TypeMapping |
Emitter.standardTypes
Field standardTypes |
Methods in org.apache.axis.wsdl.fromJava that return TypeMapping | |
---|---|
TypeMapping |
Emitter.getDefaultTypeMapping()
Deprecated. Use getTypeMappingRegistry instead |
TypeMapping |
Emitter.getTypeMapping()
Returns the TypeMapping used by the service |
Methods in org.apache.axis.wsdl.fromJava with parameters of type TypeMapping | |
---|---|
void |
Emitter.setDefaultTypeMapping(TypeMapping tm)
Deprecated. Use setTypeMappingRegistry instead |
void |
Emitter.setTypeMapping(TypeMapping tm)
Sets the TypeMapping used by the service |
Constructors in org.apache.axis.wsdl.fromJava with parameters of type TypeMapping | |
---|---|
Types(javax.wsdl.Definition def,
TypeMapping tm,
TypeMapping defaultTM,
Namespaces namespaces,
java.lang.String targetNamespace,
java.util.List stopClasses,
ServiceDesc serviceDesc)
This class serailizes a Class to XML Schema. |
|
Types(javax.wsdl.Definition def,
TypeMapping tm,
TypeMapping defaultTM,
Namespaces namespaces,
java.lang.String targetNamespace,
java.util.List stopClasses,
ServiceDesc serviceDesc,
Emitter emitter)
This class serailizes a Class to XML Schema. |
Uses of TypeMapping in org.apache.axis.wsdl.toJava |
---|
Methods in org.apache.axis.wsdl.toJava that return TypeMapping | |
---|---|
TypeMapping |
Emitter.getDefaultTypeMapping()
Returns the default TypeMapping used by the service |
Methods in org.apache.axis.wsdl.toJava with parameters of type TypeMapping | |
---|---|
void |
Emitter.setDefaultTypeMapping(TypeMapping defaultTM)
Sets the default TypeMapping used by the service |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |