org.jboss.ejb3.dd
Class Invoker

java.lang.Object
  extended by org.jboss.ejb3.dd.Invoker

public class Invoker
extends Object

Represents an invoker element of the jboss.xml deployment descriptor for the 4.0 schema

Version:
$Revision: 1.1.2.2 $
Author:
William DeCoste

Constructor Summary
Invoker()
           
 
Method Summary
 String getInvokerProxyBindingName()
           
 void setInvokerProxyBindingName(String invokerProxyBindingName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Invoker

public Invoker()
Method Detail

getInvokerProxyBindingName

public String getInvokerProxyBindingName()

setInvokerProxyBindingName

public void setInvokerProxyBindingName(String invokerProxyBindingName)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.