net.sf.crispy.impl.jaxrpc
Class CharacterTypeMappingFactory
java.lang.Object
net.sf.crispy.impl.jaxrpc.CharacterTypeMappingFactory
- All Implemented Interfaces:
- TypeMappingFactory
- public class CharacterTypeMappingFactory
- extends java.lang.Object
- implements TypeMappingFactory
Method Summary |
javax.xml.rpc.encoding.DeserializerFactory |
getDeserializerFactory()
Deserializer for the Class/XmlType. |
java.lang.Class |
getJavaType()
Class that have to serialize/desirialize. |
javax.xml.rpc.encoding.SerializerFactory |
getSerializerFactory()
Serializer for the Class/XmlType. |
javax.xml.namespace.QName |
getXmlType()
XmlType for Class (mapping) that have to serialize/desirialize. |
void |
setParameter(java.lang.String[] pvParams)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CharacterTypeMappingFactory
public CharacterTypeMappingFactory()
getJavaType
public java.lang.Class getJavaType()
- Description copied from interface:
TypeMappingFactory
- Class that have to serialize/desirialize.
- Specified by:
getJavaType
in interface TypeMappingFactory
getXmlType
public javax.xml.namespace.QName getXmlType()
- Description copied from interface:
TypeMappingFactory
- XmlType for Class (mapping) that have to serialize/desirialize.
- Specified by:
getXmlType
in interface TypeMappingFactory
getSerializerFactory
public javax.xml.rpc.encoding.SerializerFactory getSerializerFactory()
- Description copied from interface:
TypeMappingFactory
- Serializer for the Class/XmlType.
- Specified by:
getSerializerFactory
in interface TypeMappingFactory
getDeserializerFactory
public javax.xml.rpc.encoding.DeserializerFactory getDeserializerFactory()
- Description copied from interface:
TypeMappingFactory
- Deserializer for the Class/XmlType.
- Specified by:
getDeserializerFactory
in interface TypeMappingFactory
setParameter
public void setParameter(java.lang.String[] pvParams)
- Specified by:
setParameter
in interface TypeMappingFactory
Copyright © 2005-2006 Crispy. All Rights Reserved.