org.jboss.metadata.ejb.jboss
Class RemoteBindingMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
          extended by org.jboss.metadata.ejb.jboss.RemoteBindingMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class RemoteBindingMetaData
extends IdMetaDataImplWithDescriptions

RemoteBindingMetaData.

Version:
$Revision: 1.1 $
Author:
Adrian Brock
See Also:
Serialized Form

Constructor Summary
RemoteBindingMetaData()
           
 
Method Summary
 String getClientBindUrl()
          Get the clientBindUrl.
 String getInterceptorStack()
          Get the interceptorStack.
 String getInvokerName()
          Get the invokerName
 String getJndiName()
          Get the jndiName.
 String getProxyFactory()
          Get the proxyFactory.
 void setClientBindUrl(String clientBindUrl)
          Set the clientBindUrl.
 void setInterceptorStack(String interceptorStack)
          Set the interceptorStack.
 void setInvokerName(String invokerName)
          Set the invokerName
 void setJndiName(String jndiName)
          Set the jndiName.
 void setProxyFactory(String proxyFactory)
          Set the proxyFactory.
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptions
getDescriptions, merge, setDescriptions
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteBindingMetaData

public RemoteBindingMetaData()
Method Detail

getJndiName

public String getJndiName()
Get the jndiName.

Returns:
the jndiName.

setJndiName

public void setJndiName(String jndiName)
Set the jndiName.

Parameters:
jndiName - the jndiName.
Throws:
IllegalArgumentException - for a null jndiName

getClientBindUrl

public String getClientBindUrl()
Get the clientBindUrl.

Returns:
the clientBindUrl.

setClientBindUrl

public void setClientBindUrl(String clientBindUrl)
Set the clientBindUrl.

Parameters:
clientBindUrl - the clientBindUrl.
Throws:
IllegalArgumentException - for a null clientBindUrl

getInterceptorStack

public String getInterceptorStack()
Get the interceptorStack.

Returns:
the interceptorStack.

setInterceptorStack

public void setInterceptorStack(String interceptorStack)
Set the interceptorStack.

Parameters:
interceptorStack - the interceptorStack.
Throws:
IllegalArgumentException - for a null interceptorStack

getProxyFactory

public String getProxyFactory()
Get the proxyFactory.

Returns:
the proxyFactory.

setProxyFactory

public void setProxyFactory(String proxyFactory)
Set the proxyFactory.

Parameters:
proxyFactory - the proxyFactory.
Throws:
IllegalArgumentException - for a null proxyFactory

getInvokerName

public String getInvokerName()
Get the invokerName

Returns:
the invokerName

setInvokerName

public void setInvokerName(String invokerName)
Set the invokerName

Parameters:
invokerName -
Throws:
IllegalArgumentException - for a null invokerName


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.