org.ow2.jonas.generators.wsgen.generator.axis
Class VcBean

java.lang.Object
  extended by org.ow2.jonas.generators.wsgen.generator.axis.VcBean

public class VcBean
extends 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
 String getServiceEndpointInterfaceName()
          the bean service-endpoint interface name
 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 String getServiceEndpointJndiName()
The bean jndi name

Returns:
The bean jndi name

getServiceEndpointInterfaceName

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

Returns:
the bean service-endpoint interface name


Copyright © 2010 OW2 Consortium. All Rights Reserved.