org.jboss.metadata
Class InvokerProxyBindingMetaData

java.lang.Object
  extended byorg.jboss.metadata.MetaData (src) 
      extended byorg.jboss.metadata.InvokerProxyBindingMetaData
All Implemented Interfaces:
java.lang.Cloneable, XmlLoadable (src)

public class InvokerProxyBindingMetaData
extends MetaData (src)

The configuration information for invoker-proxy bindingss that may be tied to a EJB container.


Field Summary
 
Fields inherited from class org.jboss.metadata.MetaData (src)
log, TX_MANDATORY, TX_NEVER, TX_NOT_SUPPORTED, TX_REQUIRED, TX_REQUIRES_NEW, TX_SUPPORTS, TX_UNKNOWN
 
Constructor Summary
InvokerProxyBindingMetaData(java.lang.String name)
           
 
Method Summary
 java.lang.String getInvokerMBean()
          Get the detached invoker MBean service name associated with the proxy
 java.lang.String getName()
          Get the unique name of the invoker proxy binding
 java.lang.String getProxyFactory()
          Get the class name of the org.jboss.ejb.EJBProxyFactory implementation used to create proxies for this configuration
 org.w3c.dom.Element getProxyFactoryConfig()
          An arbitary configuration to pass to the EJBProxyFactory implementation
 void importJbossXml(org.w3c.dom.Element element)
          Import the jboss.xml jboss/invoker-proxy-bindings/invoker-proxy-binding child elements
 
Methods inherited from class org.jboss.metadata.MetaData (src)
clone, getChildrenByTagName, getElementAttribute, getElementContent, getElementContent, getFirstElementContent, getOptionalChild, getOptionalChild, getOptionalChildBooleanContent, getOptionalChildBooleanContent, getOptionalChildContent, getOptionalChildContent, getUniqueChild, getUniqueChildContent, importEjbJarXml, importXml, jdk13Enabled
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvokerProxyBindingMetaData

public InvokerProxyBindingMetaData(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Get the unique name of the invoker proxy binding


getInvokerMBean

public java.lang.String getInvokerMBean()
Get the detached invoker MBean service name associated with the proxy


getProxyFactory

public java.lang.String getProxyFactory()
Get the class name of the org.jboss.ejb.EJBProxyFactory implementation used to create proxies for this configuration


getProxyFactoryConfig

public org.w3c.dom.Element getProxyFactoryConfig()
An arbitary configuration to pass to the EJBProxyFactory implementation


importJbossXml

public void importJbossXml(org.w3c.dom.Element element)
                    throws DeploymentException (src) 
Import the jboss.xml jboss/invoker-proxy-bindings/invoker-proxy-binding child elements

Overrides:
importJbossXml in class MetaData (src)
Parameters:
element - jboss/invoker-proxy-bindings/invoker-proxy-binding
Throws:
DeploymentException (src)