Package org.apache.cxf.jaxws.blueprint
Class JAXWSBPNamespaceHandler.BPJaxWsServerFactoryBean
- 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.jaxws.JaxWsServerFactoryBean
-
- org.apache.cxf.jaxws.blueprint.JAXWSBPNamespaceHandler.BPJaxWsServerFactoryBean
-
- All Implemented Interfaces:
org.apache.cxf.interceptor.InterceptorProvider
- Enclosing class:
- JAXWSBPNamespaceHandler
public static class JAXWSBPNamespaceHandler.BPJaxWsServerFactoryBean extends JaxWsServerFactoryBean
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.jaxws.JaxWsServerFactoryBean
doInit, handlers
-
-
Constructor Summary
Constructors Constructor Description BPJaxWsServerFactoryBean()BPJaxWsServerFactoryBean(JaxWsServiceFactoryBean fact)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.endpoint.Servercreate()voiddestroy()org.apache.cxf.endpoint.ServergetServer()voidinit()-
Methods inherited from class org.apache.cxf.jaxws.JaxWsServerFactoryBean
addHandlers, createBindingInfo, createInvoker, getHandlers, getJaxWsServiceFactory, initializeAnnotationInterceptors, injectResources, setBlockInjection, setBlockPostConstruct, setHandlers
-
Methods inherited from class org.apache.cxf.frontend.ServerFactoryBean
applyFeatures, detectTransportIdFromAddress, getBeanName, getInvoker, getSchemaLocations, getServiceBean, getServiceBeanClass, getWSDLEndpointFactory, getWsdlLocation, initializeServiceFactory, isStart, setInvoker, setSchemaLocations, setServiceBean, setStart, setWsdlLocation
-
Methods inherited from class org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory
createEndpoint, createEndpointInfo, createSoapBindingConfig, getServiceClass, getServiceFactory, getWsdlURL, setServiceClass, setServiceFactory, setWsdlURL
-
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, setAddress, setBindingConfig, setBindingFactory, setBindingId, setBus, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setPublishedEndpointUrl, setServiceName, setTransportId
-
-
-
-
Constructor Detail
-
BPJaxWsServerFactoryBean
public BPJaxWsServerFactoryBean()
-
BPJaxWsServerFactoryBean
public BPJaxWsServerFactoryBean(JaxWsServiceFactoryBean fact)
-
-
Method Detail
-
getServer
public org.apache.cxf.endpoint.Server getServer()
- Overrides:
getServerin classorg.apache.cxf.frontend.ServerFactoryBean
-
init
public void init()
-
create
public org.apache.cxf.endpoint.Server create()
- Overrides:
createin classJaxWsServerFactoryBean
-
destroy
public void destroy()
-
-