|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.support.ServiceSupport
org.apache.camel.impl.DefaultEndpoint
org.apache.camel.component.cxf.CxfEndpoint
org.apache.camel.component.cxf.CxfSpringEndpoint
public class CxfSpringEndpoint
Defines the CXF Endpoint
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.component.cxf.CxfEndpoint |
|---|
bus |
| Fields inherited from class org.apache.camel.support.ServiceSupport |
|---|
shutdown, shuttingdown, started, starting, stopped, stopping, suspended, suspending |
| Constructor Summary | |
|---|---|
CxfSpringEndpoint()
|
|
CxfSpringEndpoint(CxfComponent component,
String address)
|
|
| Method Summary | |
|---|---|
org.springframework.context.ApplicationContext |
getApplicationContext()
|
String |
getBeanId()
|
String |
getEndpointLocalName()
|
String |
getEndpointNamespace()
|
String |
getServiceLocalName()
|
String |
getServiceNamespace()
|
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx)
|
void |
setBeanId(String id)
|
void |
setEndpointLocalName(String endpointLocalName)
|
void |
setEndpointNamespace(String endpointNamespace)
|
void |
setServiceLocalName(String serviceLocalName)
|
void |
setServiceNamespace(String serviceNamespace)
|
| Methods inherited from class org.apache.camel.impl.DefaultEndpoint |
|---|
configureConsumer, configureProperties, createEndpointConfiguration, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getConsumerProperties, getEndpointConfiguration, getEndpointKey, getEndpointUri, getExchangePattern, getId, hashCode, isLenientProperties, isSynchronous, setConsumerProperties, setEndpointConfiguration, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setSynchronous, toString |
| Methods inherited from class org.apache.camel.support.ServiceSupport |
|---|
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isSuspended, isSuspending, resume, shutdown, start, stop, suspend |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.camel.Service |
|---|
start, stop |
| Constructor Detail |
|---|
public CxfSpringEndpoint(CxfComponent component,
String address)
throws Exception
Exceptionpublic CxfSpringEndpoint()
| Method Detail |
|---|
public String getBeanId()
public void setBeanId(String id)
public void setServiceNamespace(String serviceNamespace)
public String getServiceNamespace()
public void setServiceLocalName(String serviceLocalName)
public String getServiceLocalName()
public String getEndpointLocalName()
public void setEndpointLocalName(String endpointLocalName)
public void setEndpointNamespace(String endpointNamespace)
public String getEndpointNamespace()
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic org.springframework.context.ApplicationContext getApplicationContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||