|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.crispy.impl.jaxrpc.MapTypeMappingFactory
Factory to create a TypeMapping for transfer for java.util.Map
-object.
Field Summary |
Fields inherited from interface net.sf.crispy.impl.jaxrpc.TypeMappingFactory |
PROPERTY_TYPE_MAPPING_FACTORY, PROPERTY_TYPE_MAPPING_FACTORY_2, PROPERTY_TYPE_MAPPING_FACTORY_3 |
Constructor Summary | |
MapTypeMappingFactory()
|
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 |
Constructor Detail |
public MapTypeMappingFactory()
Method Detail |
public void setParameter(java.lang.String[] pvParams)
setParameter
in interface TypeMappingFactory
public java.lang.Class getJavaType()
TypeMappingFactory
getJavaType
in interface TypeMappingFactory
TypeMappingFactory.getJavaType()
public javax.xml.namespace.QName getXmlType()
TypeMappingFactory
getXmlType
in interface TypeMappingFactory
TypeMappingFactory.getXmlType()
public javax.xml.rpc.encoding.SerializerFactory getSerializerFactory()
TypeMappingFactory
getSerializerFactory
in interface TypeMappingFactory
TypeMappingFactory.getSerializerFactory()
public javax.xml.rpc.encoding.DeserializerFactory getDeserializerFactory()
TypeMappingFactory
getDeserializerFactory
in interface TypeMappingFactory
TypeMappingFactory.getDeserializerFactory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |