org.objectweb.jonas_ws.wsgen.generator.axis
Class VcBean

java.lang.Object
  extended by org.objectweb.jonas_ws.wsgen.generator.axis.VcBean

public class VcBean
extends java.lang.Object

Member of a VelocityContext. Contains information about a bean.

Author:
Xavier Delplanque

Constructor Summary
VcBean(SessionStatelessDesc ssd)
          Construct a Holder for Bean informations
 
Method Summary
 java.lang.String getServiceEndpointInterfaceName()
          the bean service-endpoint interface name
 java.lang.String getServiceEndpointJndiName()
          The bean jndi name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VcBean

public VcBean(SessionStatelessDesc ssd)
Construct a Holder for Bean informations

Parameters:
ssd - SessionStatelessDesc descripting the given SessionBean
Method Detail

getServiceEndpointJndiName

public java.lang.String getServiceEndpointJndiName()
The bean jndi name

Returns:
The bean jndi name

getServiceEndpointInterfaceName

public java.lang.String getServiceEndpointInterfaceName()
the bean service-endpoint interface name

Returns:
the bean service-endpoint interface name