Package org.apache.cxf.jaxws.spring
Class EndpointDefinitionParser.SpringEndpointImpl
java.lang.Object
jakarta.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_MANAGERFields inherited from class jakarta.xml.ws.Endpoint
WSDL_PORT, WSDL_SERVICE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetApplicationContext(org.springframework.context.ApplicationContext ctx) voidMethods 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, stopMethods inherited from class jakarta.xml.ws.Endpoint
create, create, create, create, publish, publish
-
Constructor Details
-
SpringEndpointImpl
-
SpringEndpointImpl
-
-
Method Details
-
setCheckBlockConstruct
-
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
-