Class EJBEndpoint
- java.lang.Object
-
- org.jboss.as.webservices.metadata.model.AbstractEndpoint
-
- org.jboss.as.webservices.metadata.model.EJBEndpoint
-
public final class EJBEndpoint extends AbstractEndpoint
- Author:
- Richard Opalka
-
-
Field Summary
-
Fields inherited from class org.jboss.as.webservices.metadata.model.AbstractEndpoint
COMPONENT_VIEW_NAME, WELD_DEPLOYMENT
-
-
Constructor Summary
Constructors Constructor Description EJBEndpoint(SessionBeanComponentDescription ejbMD, org.jboss.msc.service.ServiceName viewName, Set<String> declaredSecurityRoles, String authMethod, String realmName, boolean secureWsdlAccess, String transportGuarantee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthMethod()org.jboss.msc.service.ServiceNamegetContextServiceName()Set<String>getDeclaredSecurityRoles()DeploymentDescriptorEnvironmentgetDeploymentDescriptorEnvironment()org.jboss.msc.service.ServiceNamegetEJBViewMethodSecurityAttributesService()StringgetRealmName()StringgetSecurityDomain()StringgetTransportGuarantee()booleanisSecureWsdlAccess()-
Methods inherited from class org.jboss.as.webservices.metadata.model.AbstractEndpoint
getClassName, getComponentViewName, getName
-
-
-
-
Method Detail
-
getContextServiceName
public org.jboss.msc.service.ServiceName getContextServiceName()
-
getDeploymentDescriptorEnvironment
public DeploymentDescriptorEnvironment getDeploymentDescriptorEnvironment()
-
getSecurityDomain
public String getSecurityDomain()
-
getAuthMethod
public String getAuthMethod()
-
isSecureWsdlAccess
public boolean isSecureWsdlAccess()
-
getTransportGuarantee
public String getTransportGuarantee()
-
getRealmName
public String getRealmName()
-
getEJBViewMethodSecurityAttributesService
public org.jboss.msc.service.ServiceName getEJBViewMethodSecurityAttributesService()
-
-