public abstract class AbstractSpringConfigurationFactory extends AbstractBasicInterceptorProvider implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.context.ApplicationContext |
applicationContext |
| Constructor and Description |
|---|
AbstractSpringConfigurationFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Server |
createJaxRsServer() |
protected void |
finalizeFactorySetup(JAXRSServerFactoryBean factory) |
protected String |
getAddress() |
protected Bus |
getBus() |
List<Feature> |
getFeatures() |
protected List<Object> |
getJaxrsProviders() |
protected String |
getTransportId() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ac) |
protected abstract void |
setJaxrsResources(JAXRSServerFactoryBean factory) |
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptorsprotected org.springframework.context.ApplicationContext applicationContext
protected Server createJaxRsServer()
protected Bus getBus()
public void setApplicationContext(org.springframework.context.ApplicationContext ac)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionprotected abstract void setJaxrsResources(JAXRSServerFactoryBean factory)
protected String getAddress()
protected String getTransportId()
protected void finalizeFactorySetup(JAXRSServerFactoryBean factory)
Apache CXF