public class CxfBcComponent extends DefaultComponent
lifeCycle, logger, registry, serviceUnit, serviceUnitManagerchannel, component, consumerExecutor, container, context, correlationId, currentState, executorFactory, INITIALIZED, knownExchanges, mbeanName, poller, polling, providerExecutor, running, transactionManager, workManagerCreated| Constructor and Description |
|---|
CxfBcComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doInit() |
protected void |
doShutDown() |
java.util.Map<java.lang.String,org.apache.cxf.Bus> |
getAllBuses() |
java.lang.Object |
getAuthenticationService() |
org.apache.cxf.Bus |
getBus() |
java.lang.String |
getBusConfig() |
CxfBcConfiguration |
getConfiguration() |
protected java.util.List |
getConfiguredEndpoints() |
protected java.lang.Class[] |
getEndpointClasses() |
CxfBcEndpointType[] |
getEndpoints() |
boolean |
isShowAllServices() |
void |
setAuthenticationService(java.lang.Object authenticationService) |
void |
setBusConfig(java.lang.String busConfig)
Specifies the location of the CXF configuraiton file used to configure
the CXF bus.
|
void |
setConfiguration(CxfBcConfiguration configuration) |
void |
setEndpoints(CxfBcEndpointType[] endpoints)
Specifies the list of endpoints hosted by the component.
|
void |
setShowAllServices(boolean showAllServices) |
addEndpoint, asList, createRegistry, createServiceUnitManager, doStart, doStop, getComponentContext, getComponentName, getEPRElementName, getEPRProtocols, getEPRServiceName, getLifeCycle, getLogger, getRegistry, getServiceDescription, getServiceUnit, getServiceUnitManager, isExchangeWithConsumerOkay, isExchangeWithProviderOkay, isKnownEndpoint, removeEndpoint, resolveEndpointReference, validateEndpointcreateExecutorFactory, createExtensionMBeanName, exceptionShouldRollbackTx, findExecutorFactory, getContainer, getContext, getCurrentState, getExecutor, getExecutorFactory, getExtensionMBean, getExtensionMBeanName, getKnownExchanges, getResolvedEPR, getSmx3Container, handleExchange, init, isInitialized, isShutDown, isStarted, isStopped, isUnknown, onMessageExchange, pollDeliveryChannel, prepareExchange, prepareShutdown, prepareShutdown, processExchange, processExchangeInTx, processExchangeWithoutTx, setComponent, setCurrentState, setExecutor, setExecutorFactory, shutDown, start, stopclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContainer, getExecutor, getSmx3Container, handleExchange, prepareExchange, prepareShutdownpublic CxfBcEndpointType[] getEndpoints()
public void setEndpoints(CxfBcEndpointType[] endpoints)
endpoints - the endpoints to setprotected java.util.List getConfiguredEndpoints()
getConfiguredEndpoints in class DefaultComponentprotected java.lang.Class[] getEndpointClasses()
getEndpointClasses in class DefaultComponentprotected void doInit()
throws java.lang.Exception
doInit in class DefaultComponentjava.lang.Exceptionprotected void doShutDown()
throws java.lang.Exception
doShutDown in class DefaultComponentjava.lang.Exceptionpublic org.apache.cxf.Bus getBus()
public java.util.Map<java.lang.String,org.apache.cxf.Bus> getAllBuses()
public void setBusConfig(java.lang.String busConfig)
busCfg - a string containing the relative path to the configuration filepublic java.lang.String getBusConfig()
public void setConfiguration(CxfBcConfiguration configuration)
public CxfBcConfiguration getConfiguration()
public java.lang.Object getAuthenticationService()
public void setAuthenticationService(java.lang.Object authenticationService)
authenticationService - the authenticationService to setpublic boolean isShowAllServices()
public void setShowAllServices(boolean showAllServices)
Copyright © 2005-2014 FuseSource. All Rights Reserved.