org.kuali.rice.ksb.api.bus.support
Class AbstractServiceConfiguration.Elements

java.lang.Object
  extended by org.kuali.rice.ksb.api.bus.support.AbstractServiceConfiguration.Elements
Enclosing class:
AbstractServiceConfiguration

protected static class AbstractServiceConfiguration.Elements
extends Object

A private class which exposes constants which define the XML element names to use when this object is marshalled to XML.


Field Summary
protected static String APPLICATION_ID
           
protected static String BUS_SECURITY
           
protected static String CACHE_MANAGER
           
protected static String CREDENTIALS_TYPE
           
protected static String ENDPOINT_URL
           
protected static String INSTANCE_ID
           
protected static String MESSAGE_EXCEPTION_HANDLER
           
protected static String MILLIS_TO_LIVE
           
protected static String PRIORITY
           
protected static String QUEUE
           
protected static String RETRY_ATTEMPTS
           
protected static String SERVICE_NAME
           
protected static String SERVICE_VERSION
           
protected static String TYPE
           
 
Constructor Summary
protected AbstractServiceConfiguration.Elements()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME

protected static final String SERVICE_NAME
See Also:
Constant Field Values

ENDPOINT_URL

protected static final String ENDPOINT_URL
See Also:
Constant Field Values

INSTANCE_ID

protected static final String INSTANCE_ID
See Also:
Constant Field Values

APPLICATION_ID

protected static final String APPLICATION_ID
See Also:
Constant Field Values

SERVICE_VERSION

protected static final String SERVICE_VERSION
See Also:
Constant Field Values

TYPE

protected static final String TYPE
See Also:
Constant Field Values

QUEUE

protected static final String QUEUE
See Also:
Constant Field Values

PRIORITY

protected static final String PRIORITY
See Also:
Constant Field Values

RETRY_ATTEMPTS

protected static final String RETRY_ATTEMPTS
See Also:
Constant Field Values

MILLIS_TO_LIVE

protected static final String MILLIS_TO_LIVE
See Also:
Constant Field Values

MESSAGE_EXCEPTION_HANDLER

protected static final String MESSAGE_EXCEPTION_HANDLER
See Also:
Constant Field Values

BUS_SECURITY

protected static final String BUS_SECURITY
See Also:
Constant Field Values

CREDENTIALS_TYPE

protected static final String CREDENTIALS_TYPE
See Also:
Constant Field Values

CACHE_MANAGER

protected static final String CACHE_MANAGER
See Also:
Constant Field Values
Constructor Detail

AbstractServiceConfiguration.Elements

protected AbstractServiceConfiguration.Elements()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.