Package org.apache.cxf.jaxws.spring
Class EndpointDefinitionParser.SpringEndpointImpl
- java.lang.Object
-
- javax.xml.ws.Endpoint
-
- org.apache.cxf.jaxws.EndpointImpl
-
- org.apache.cxf.jaxws.spring.EndpointDefinitionParser.SpringEndpointImpl
-
- All Implemented Interfaces:
AutoCloseable,org.apache.cxf.configuration.Configurable,org.apache.cxf.interceptor.InterceptorProvider,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
- Enclosing class:
- EndpointDefinitionParser
public static class EndpointDefinitionParser.SpringEndpointImpl extends EndpointImpl implements org.springframework.context.ApplicationContextAware
-
-
Field Summary
-
Fields inherited from class org.apache.cxf.jaxws.EndpointImpl
CHECK_PUBLISH_ENDPOINT_PERMISSON_PROPERTY, CHECK_PUBLISH_ENDPOINT_PERMISSON_PROPERTY_WITH_SECURITY_MANAGER
-
-
Constructor Summary
Constructors Constructor Description SpringEndpointImpl(Object o)SpringEndpointImpl(org.apache.cxf.Bus bus, Object implementor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetApplicationContext(org.springframework.context.ApplicationContext ctx)voidsetCheckBlockConstruct(Boolean b)-
Methods inherited from class org.apache.cxf.jaxws.EndpointImpl
checkProperties, checkPublishable, checkPublishPermission, close, doPublish, getAddress, getBeanName, getBinding, getBindingConfig, getBindingUri, getBus, getDataBinding, getEndpointContext, getEndpointName, getEndpointReference, getEndpointReference, getExecutor, getFeatures, getHandlers, getImplementor, getImplementorClass, getInFaultInterceptors, getInInterceptors, getInvoker, getMetadata, getOutFaultInterceptors, getOutInterceptors, getProperties, getPublishedEndpointUrl, getSchemaLocations, getServer, getServer, getServerFactory, getService, getServiceFactory, getServiceName, getTransportId, getWsdlLocation, isPublished, publish, publish, publish, publish, setAddress, setBindingConfig, setBindingUri, setBus, setDataBinding, setEndpointContext, setEndpointName, setExecutor, setFeatures, setHandlers, setImplementorClass, setInFaultInterceptors, setInInterceptors, setInvoker, setMetadata, setOutFaultInterceptors, setOutInterceptors, setProperties, setPublishedEndpointUrl, setSchemaLocations, setServerFactory, setServiceFactory, setServiceName, setTransportId, setWsdlLocation, stop
-
-
-
-
Method Detail
-
setCheckBlockConstruct
public void setCheckBlockConstruct(Boolean b)
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx) throws org.springframework.beans.BeansException- Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Throws:
org.springframework.beans.BeansException
-
-