org.apache.cxf.frontend.spring
Class ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.endpoint.AbstractEndpointFactory
org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
org.apache.cxf.frontend.ServerFactoryBean
org.apache.cxf.frontend.spring.ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
- All Implemented Interfaces:
- InterceptorProvider, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
- Enclosing class:
- ServerFactoryBeanDefinitionParser
public static class ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
- extends ServerFactoryBean
- implements org.springframework.context.ApplicationContextAware
Fields inherited from class org.apache.cxf.endpoint.AbstractEndpointFactory |
address, bindingConfig, bindingFactory, bindingId, bus, conduitSelector, dataBinding, destinationFactory, endpointName, endpointReference, features, properties, publishedEndpointUrl, serviceName, transportId |
Methods inherited from class org.apache.cxf.frontend.ServerFactoryBean |
applyFeatures, create, createInvoker, destroy, detectTransportIdFromAddress, getBeanName, getInvoker, getSchemaLocations, getServer, getServiceBean, getServiceBeanClass, getWSDLEndpointFactory, getWsdlLocation, init, initializeServiceFactory, isStart, setInvoker, setSchemaLocations, setServer, setServiceBean, setStart, setWsdlLocation |
Methods inherited from class org.apache.cxf.endpoint.AbstractEndpointFactory |
addToBeans, checkPrivateEndpoint, getAddress, getBindingConfig, getBindingFactory, getBindingId, getBus, getBus, getConduitSelector, getDataBinding, getDestinationFactory, getEndpointName, getFeatures, getProperties, getProperties, getPublishedEndpointUrl, getServiceName, getTransportId, initializeAnnotationInterceptors, initializeAnnotationInterceptors, initializeAnnotationInterceptors, setAddress, setBindingConfig, setBindingFactory, setBindingId, setBus, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setPublishedEndpointUrl, setServiceName, setTransportId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
public ServerFactoryBeanDefinitionParser.SpringServerFactoryBean()
ServerFactoryBeanDefinitionParser.SpringServerFactoryBean
public ServerFactoryBeanDefinitionParser.SpringServerFactoryBean(ReflectionServiceFactoryBean fact)
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
Apache CXF