public final class EJBEndpoint extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EJB_COMPONENT_VIEW_NAME |
Constructor and Description |
---|
EJBEndpoint(SessionBeanComponentDescription ejbMD,
org.jboss.msc.service.ServiceName viewName,
Set<String> securityRoles,
String authMethod,
boolean secureWsdlAccess,
String transportGuarantee) |
Modifier and Type | Method and Description |
---|---|
String |
getAuthMethod() |
String |
getClassName() |
org.jboss.msc.service.ServiceName |
getComponentViewName() |
org.jboss.msc.service.ServiceName |
getContextServiceName() |
DeploymentDescriptorEnvironment |
getDeploymentDescriptorEnvironment() |
String |
getName() |
String |
getSecurityDomain() |
Set<String> |
getSecurityRoles() |
String |
getTransportGuarantee() |
boolean |
isSecureWsdlAccess() |
public static final String EJB_COMPONENT_VIEW_NAME
public EJBEndpoint(SessionBeanComponentDescription ejbMD, org.jboss.msc.service.ServiceName viewName, Set<String> securityRoles, String authMethod, boolean secureWsdlAccess, String transportGuarantee)
public org.jboss.msc.service.ServiceName getComponentViewName()
public org.jboss.msc.service.ServiceName getContextServiceName()
public DeploymentDescriptorEnvironment getDeploymentDescriptorEnvironment()
public String getSecurityDomain()
public String getAuthMethod()
public boolean isSecureWsdlAccess()
public String getTransportGuarantee()
public final String getName()
public final String getClassName()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.