public class CxfBcConfiguration
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONFIG_FILE |
| Constructor and Description |
|---|
CxfBcConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getAuthenticationService() |
java.lang.String |
getAuthenticationServiceName() |
java.lang.String |
getBusCfg() |
java.lang.String |
getComponentName() |
java.lang.String |
getRootDir() |
boolean |
load() |
void |
setAuthenticationService(java.lang.Object authenticationService) |
void |
setAuthenticationServiceName(java.lang.String authenticationServiceName) |
void |
setBusCfg(java.lang.String busCfg) |
void |
setComponentName(java.lang.String componentName) |
void |
setRootDir(java.lang.String rootDir) |
public static final java.lang.String CONFIG_FILE
public java.lang.Object getAuthenticationService()
public void setAuthenticationService(java.lang.Object authenticationService)
authenticationService - the authenticationService to setpublic java.lang.String getAuthenticationServiceName()
public void setAuthenticationServiceName(java.lang.String authenticationServiceName)
authenticationServiceName - the authenticationServiceName to setpublic boolean load()
public java.lang.String getRootDir()
public void setRootDir(java.lang.String rootDir)
rootDir - The rootDir to set.public java.lang.String getComponentName()
public void setComponentName(java.lang.String componentName)
componentName - The componentName to set.public void setBusCfg(java.lang.String busCfg)
public java.lang.String getBusCfg()
Copyright © 2005-2014 FuseSource. All Rights Reserved.