@Import(value=JaxRsConfig.class) 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 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, setOutInterceptors
protected org.springframework.context.ApplicationContext applicationContext
protected Server createJaxRsServer()
public void setApplicationContext(org.springframework.context.ApplicationContext ac) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
protected abstract void setJaxrsResources(JAXRSServerFactoryBean factory)
protected String getAddress()
protected String getTransportId()
protected void finalizeFactorySetup(JAXRSServerFactoryBean factory)
Apache CXF