public class JBossMappingManager extends Object implements MappingManager
| Modifier and Type | Field and Description |
|---|---|
protected static org.jboss.logging.Logger |
log |
protected boolean |
trace |
| Constructor and Description |
|---|
JBossMappingManager(String domain) |
| Modifier and Type | Method and Description |
|---|---|
<T> MappingContext<T> |
getMappingContext(Class<T> mappingType) |
<T> MappingContext<T> |
getMappingContext(String mappingType)
Get the mapping context based on the type
|
String |
getSecurityDomain()
Get the security domain from which the security manager is from.
|
public JBossMappingManager(String domain)
public <T> MappingContext<T> getMappingContext(String mappingType)
MappingManagergetMappingContext in interface MappingManagermappingType - MappingTypeMappingTypepublic <T> MappingContext<T> getMappingContext(Class<T> mappingType)
getMappingContext in interface MappingManagerSecurityContext#getMappingContext(String)public String getSecurityDomain()
BaseSecurityManagergetSecurityDomain in interface BaseSecurityManagerCopyright © 2012 JBoss Inc.. All Rights Reserved.