org.apache.servicemix.cxfbc
Class CxfBcConfiguration

java.lang.Object
  extended by org.apache.servicemix.cxfbc.CxfBcConfiguration

public class CxfBcConfiguration
extends java.lang.Object


Field Summary
static java.lang.String CONFIG_FILE
           
 
Constructor Summary
CxfBcConfiguration()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE

public static final java.lang.String CONFIG_FILE
See Also:
Constant Field Values
Constructor Detail

CxfBcConfiguration

public CxfBcConfiguration()
Method Detail

getAuthenticationService

public java.lang.Object getAuthenticationService()
Returns:
the authenticationService

setAuthenticationService

public void setAuthenticationService(java.lang.Object authenticationService)
Parameters:
authenticationService - the authenticationService to set

getAuthenticationServiceName

public java.lang.String getAuthenticationServiceName()
Returns:
the authenticationServiceName

setAuthenticationServiceName

public void setAuthenticationServiceName(java.lang.String authenticationServiceName)
Parameters:
authenticationServiceName - the authenticationServiceName to set

load

public boolean load()

getRootDir

public java.lang.String getRootDir()
Returns:
Returns the rootDir.

setRootDir

public void setRootDir(java.lang.String rootDir)
Parameters:
rootDir - The rootDir to set.

getComponentName

public java.lang.String getComponentName()
Returns:
Returns the componentName.

setComponentName

public void setComponentName(java.lang.String componentName)
Parameters:
componentName - The componentName to set.

setBusCfg

public void setBusCfg(java.lang.String busCfg)

getBusCfg

public java.lang.String getBusCfg()


Copyright © 2005-2011 FuseSource. All Rights Reserved.