org.objectweb.jonas_client.deployment.xml
Class ApplicationClient

java.lang.Object
  extended by org.objectweb.jonas_lib.deployment.xml.AbsElement
      extended by org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement
          extended by org.objectweb.jonas_lib.deployment.xml.AbsEnvironmentElement
              extended by org.objectweb.jonas_client.deployment.xml.ApplicationClient
All Implemented Interfaces:
java.io.Serializable, DescriptionGroupXml, Element, JndiEnvRefsGroupXml, TopLevelElement

public class ApplicationClient
extends AbsEnvironmentElement
implements TopLevelElement, JndiEnvRefsGroupXml

This class defines the implementation of the element application-client

Author:
jonas-team
See Also:
Serialized Form

Constructor Summary
ApplicationClient()
          Constructor
 
Method Summary
 java.lang.String getCallbackHandler()
           
 void setCallbackHandler(java.lang.String callbackHandler)
          Set the callback-handler
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsEnvironmentElement
addEjbLocalRef, addEjbRef, addEnvEntry, addMessageDestinationRef, addResourceEnvRef, addResourceRef, addServiceRef, getEjbLocalRefList, getEjbRefList, getEnvEntryList, getMessageDestinationRefList, getResourceEnvRefList, getResourceRefList, getServiceRefList
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsDescriptionElement
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.objectweb.jonas_lib.deployment.xml.JndiEnvRefsGroupXml
getEjbLocalRefList, getEjbRefList, getEnvEntryList, getMessageDestinationRefList, getResourceEnvRefList, getResourceRefList, getServiceRefList
 
Methods inherited from interface org.objectweb.jonas_lib.deployment.xml.DescriptionGroupXml
getDescription, getDisplayName, getIcon
 

Constructor Detail

ApplicationClient

public ApplicationClient()
Constructor

Method Detail

getCallbackHandler

public java.lang.String getCallbackHandler()
Returns:
the callback-handler

setCallbackHandler

public void setCallbackHandler(java.lang.String callbackHandler)
Set the callback-handler

Parameters:
callbackHandler - callbackHandler

toXML

public java.lang.String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prexifing XML representation.
Returns:
the XML description of this object.