public static class ServerFactoryBeanDefinitionParser.SpringServerFactoryBean extends ServerFactoryBean implements org.springframework.context.ApplicationContextAware
address, bindingConfig, bindingFactory, bindingId, bus, conduitSelector, dataBinding, destinationFactory, endpointName, endpointReference, features, properties, publishedEndpointUrl, serviceName, transportId
Constructor and Description |
---|
SpringServerFactoryBean() |
SpringServerFactoryBean(ReflectionServiceFactoryBean fact) |
Modifier and Type | Method and Description |
---|---|
Server |
create() |
void |
destroy() |
Server |
getServer()
For subclasses that hold onto the created Server, this will return the singleton server.
|
void |
init() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
applyFeatures, createInvoker, detectTransportIdFromAddress, getBeanName, getInvoker, getSchemaLocations, getServiceBean, getServiceBeanClass, getWSDLEndpointFactory, getWsdlLocation, initializeServiceFactory, isStart, setInvoker, setSchemaLocations, setServiceBean, setStart, setWsdlLocation
createBindingInfo, createEndpoint, createEndpointInfo, createSoapBindingConfig, getServiceClass, getServiceFactory, getWsdlURL, setServiceClass, setServiceFactory, setWsdlURL
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
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
public SpringServerFactoryBean()
public SpringServerFactoryBean(ReflectionServiceFactoryBean fact)
public Server getServer()
ServerFactoryBean
getServer
in class ServerFactoryBean
public void init()
public Server create()
create
in class ServerFactoryBean
public void destroy()
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
Apache CXF