org.ow2.jonas.ws.cxf.easybeans
Class CXFEJBWebserviceEndpoint
java.lang.Object
org.ow2.jonas.ws.cxf.jaxws.CXFWSEndpoint
org.ow2.jonas.ws.cxf.easybeans.CXFEJBWebserviceEndpoint
- All Implemented Interfaces:
- IEJBWebserviceEndpoint, IWebServiceEndpoint
public class CXFEJBWebserviceEndpoint
- extends CXFWSEndpoint
- implements IEJBWebserviceEndpoint
The EJBCXFWebserviceEndpoint is the EJB based endpoint implementation on CXF.
- Author:
- Guillaume Sauthier
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CXFEJBWebserviceEndpoint
public CXFEJBWebserviceEndpoint(org.apache.cxf.jaxws.EndpointImpl endpoint,
PortMetaData pmd,
WebservicesContainer wsContainer,
org.ow2.easybeans.api.EZBContainer container,
org.ow2.easybeans.api.bean.info.IBeanInfo info)
getContextNamingInfo
public IContextNamingInfo getContextNamingInfo()
- Get the data used to construct a web context.
- Specified by:
getContextNamingInfo in interface IEJBWebserviceEndpoint
- Returns:
- the Context naming info structure.
getSecurityConstraint
public ISecurityConstraint getSecurityConstraint()
- Get the data structure used to secure a bean's endpoint.
- Specified by:
getSecurityConstraint in interface IEJBWebserviceEndpoint
- Returns:
- security constraint structure
getDeploymentInfos
public Map<String,Object> getDeploymentInfos()
- Specified by:
getDeploymentInfos in interface IEJBWebserviceEndpoint
- Returns:
- a map of values accessibles after web context deployment.
Copyright © 2010 OW2 Consortium. All Rights Reserved.