KIE Remote Services :: JAXB classes 6.1.0.Final

org.kie.services.client.serialization
Class SerializationConstants

java.lang.Object
  extended by org.kie.services.client.serialization.SerializationConstants

public class SerializationConstants
extends Object


Field Summary
static String DEPLOYMENT_ID_PROPERTY_NAME
           
static String EXTRA_JAXB_CLASSES_PROPERTY_NAME
           
static 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'.
 
Constructor Summary
SerializationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SerializationConstants

public SerializationConstants()

KIE Remote Services :: JAXB classes 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.