public static class NamespaceHandler.SpringServerFactoryBean extends JaxWsServerFactoryBean implements org.springframework.context.ApplicationContextAware
doInit, handlers
Constructor and Description |
---|
SpringServerFactoryBean() |
SpringServerFactoryBean(JaxWsServiceFactoryBean fact) |
Modifier and Type | Method and Description |
---|---|
org.apache.cxf.endpoint.Server |
create() |
void |
destroy() |
org.apache.cxf.endpoint.Server |
getServer() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
addHandlers, createBindingInfo, createInvoker, getHandlers, getJaxWsServiceFactory, initializeAnnotationInterceptors, injectResources, setBlockInjection, setBlockPostConstruct, setHandlers
applyFeatures, detectTransportIdFromAddress, getBeanName, getInvoker, getSchemaLocations, getServiceBean, getServiceBeanClass, getWSDLEndpointFactory, getWsdlLocation, initializeServiceFactory, isStart, setInvoker, setSchemaLocations, setServiceBean, setStart, setWsdlLocation
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, setAddress, setBindingConfig, setBindingFactory, setBindingId, setBus, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setPublishedEndpointUrl, setServiceName, setTransportId
public SpringServerFactoryBean()
public SpringServerFactoryBean(JaxWsServiceFactoryBean fact)
public org.apache.cxf.endpoint.Server getServer()
getServer
in class org.apache.cxf.frontend.ServerFactoryBean
public org.apache.cxf.endpoint.Server create()
create
in class JaxWsServerFactoryBean
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