org.apache.servicemix.cxfbc
Class CxfBcConfiguration
java.lang.Object
org.apache.servicemix.cxfbc.CxfBcConfiguration
public class CxfBcConfiguration
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_FILE
public static final String CONFIG_FILE
- See Also:
- Constant Field Values
CxfBcConfiguration
public CxfBcConfiguration()
getAuthenticationService
public AuthenticationService getAuthenticationService()
- Returns:
- the authenticationService
setAuthenticationService
public void setAuthenticationService(AuthenticationService authenticationService)
- Parameters:
authenticationService - the authenticationService to set
getAuthenticationServiceName
public String getAuthenticationServiceName()
- Returns:
- the authenticationServiceName
setAuthenticationServiceName
public void setAuthenticationServiceName(String authenticationServiceName)
- Parameters:
authenticationServiceName - the authenticationServiceName to set
load
public boolean load()
getRootDir
public String getRootDir()
- Returns:
- Returns the rootDir.
setRootDir
public void setRootDir(String rootDir)
- Parameters:
rootDir - The rootDir to set.
getComponentName
public String getComponentName()
- Returns:
- Returns the componentName.
setComponentName
public void setComponentName(String componentName)
- Parameters:
componentName - The componentName to set.
setBusCfg
public void setBusCfg(String busCfg)
getBusCfg
public String getBusCfg()
Copyright © 2005-2010 Apache Software Foundation. All Rights Reserved.