org.ow2.jonas.ws.jaxws.ejb.context
Interface IContextNamingInfo

All Known Implementing Classes:
EasyBeansContextNamingInfo

public interface IContextNamingInfo

The IContextNamingInfo is a data structure with info used to create a web context name.

Author:
Guillaume Sauthier

Method Summary
 String getApplicationName()
          Get J2EE Application name.
 String getBeanName()
          Get the name of the bean exposed as WS.
 String getContainerName()
          Get the name of the EJB container hosting the EJB exposed endpoint.
 IEJBWebserviceEndpoint getEndpoint()
          Get the endpoint for which the context needs to be created.
 String getRealmName()
          Get the realm name to use if this bean is secured.
 

Method Detail

getContainerName

String getContainerName()
Get the name of the EJB container hosting the EJB exposed endpoint.

Returns:
the EJB container name

getApplicationName

String getApplicationName()
Get J2EE Application name.

Returns:
application name (is be null for standalone EjbJar)

getBeanName

String getBeanName()
Get the name of the bean exposed as WS.

Returns:
bean's name

getRealmName

String getRealmName()
Get the realm name to use if this bean is secured.

Returns:
a real name (may be null if the bean is not secured)

getEndpoint

IEJBWebserviceEndpoint getEndpoint()
Get the endpoint for which the context needs to be created.

Returns:
the WS endpoint.


Copyright © 2010 OW2 Consortium. All Rights Reserved.