org.glassfish.admin.amx.intf.config
Class MessageLayerValues

java.lang.Object
  extended by org.glassfish.admin.amx.intf.config.MessageLayerValues

public final class MessageLayerValues
extends Object

Values as defined in DTD by ENTITY <message-layer>.

Since:
Appserver 9.0
See Also:
MessageSecurityConfig

Field Summary
static String AMX_TYPE
           
static String HTTP_SERVLET
           
static String SOAP
           
 
Constructor Summary
MessageLayerValues()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AMX_TYPE

public static final String AMX_TYPE
See Also:
Constant Field Values

SOAP

public static final String SOAP
See Also:
Constant Field Values

HTTP_SERVLET

public static final String HTTP_SERVLET
See Also:
Constant Field Values
Constructor Detail

MessageLayerValues

public MessageLayerValues()


Copyright © 2012 GlassFish Community. All Rights Reserved.