org.jboss.ejb3.dd
Class InvokerProxyBinding

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

public class InvokerProxyBinding
extends Object

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

Version:
$Revision: 1.1.2.2 $
Author:
William DeCoste

Constructor Summary
InvokerProxyBinding()
           
 
Method Summary
 ClientBeanInterceptors getClientBeanInterceptors()
           
 String getName()
           
 String getProxyFactory()
           
 void setClientBeanInterceptors(ClientBeanInterceptors clientBeanInterceptors)
           
 void setName(String name)
           
 void setProxyFactory(String proxyFactory)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvokerProxyBinding

public InvokerProxyBinding()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getProxyFactory

public String getProxyFactory()

setProxyFactory

public void setProxyFactory(String proxyFactory)

getClientBeanInterceptors

public ClientBeanInterceptors getClientBeanInterceptors()

setClientBeanInterceptors

public void setClientBeanInterceptors(ClientBeanInterceptors clientBeanInterceptors)

toString

public String toString()
Overrides:
toString in class Object


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