org.kie.services.client.serialization
Class SerializationConstants
java.lang.Object
org.kie.services.client.serialization.SerializationConstants
public class SerializationConstants
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERIALIZATION_TYPE_PROPERTY_NAME
public static final String SERIALIZATION_TYPE_PROPERTY_NAME
- It would be nice to use "standard" values for the property names below (such as "org.kie.remote.jms.serialiation.type"),
but hornetq (and probably other JMS providers) complain if the property name is not a 'valid Java identifier'.
The 'valid Java identifier' specification is probably the one described in the JLS and defined by the Character
static methods that have related names ( Character.isJavaIdentifierPart(ch), etc. ).
- See Also:
- Constant Field Values
EXTRA_JAXB_CLASSES_PROPERTY_NAME
public static final String EXTRA_JAXB_CLASSES_PROPERTY_NAME
- See Also:
- Constant Field Values
DEPLOYMENT_ID_PROPERTY_NAME
public static final String DEPLOYMENT_ID_PROPERTY_NAME
- See Also:
- Constant Field Values
SerializationConstants
public SerializationConstants()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.