Apache CXF API

org.apache.cxf.jaxws22.spring
Class JAXWS22SpringEndpointImpl

java.lang.Object
  extended by javax.xml.ws.Endpoint
      extended by org.apache.cxf.jaxws.EndpointImpl
          extended by org.apache.cxf.jaxws22.EndpointImpl
              extended by org.apache.cxf.jaxws22.spring.JAXWS22SpringEndpointImpl
All Implemented Interfaces:
Configurable, InterceptorProvider, org.springframework.context.ApplicationContextAware

public class JAXWS22SpringEndpointImpl
extends EndpointImpl
implements org.springframework.context.ApplicationContextAware


Field Summary
 
Fields inherited from class org.apache.cxf.jaxws.EndpointImpl
CHECK_PUBLISH_ENDPOINT_PERMISSON_PROPERTY
 
Fields inherited from class javax.xml.ws.Endpoint
WSDL_PORT, WSDL_SERVICE
 
Constructor Summary
JAXWS22SpringEndpointImpl(Bus bus, Object implementor)
           
JAXWS22SpringEndpointImpl(Object o)
           
 
Method Summary
 void setApplicationContext(org.springframework.context.ApplicationContext ctx)
           
 void setCheckBlockConstruct(Boolean b)
           
 
Methods inherited from class org.apache.cxf.jaxws22.EndpointImpl
publish, setEndpointContext
 
Methods inherited from class org.apache.cxf.jaxws.EndpointImpl
checkProperties, checkPublishable, checkPublishPermission, doPublish, getAddress, getBeanName, getBinding, getBindingConfig, getBindingUri, getBus, getDataBinding, 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, setAddress, setBindingConfig, setBindingUri, setBus, setDataBinding, setEndpointName, setExecutor, setFeatures, setHandlers, setImplementorClass, setInFaultInterceptors, setInInterceptors, setInvoker, setMetadata, setOutFaultInterceptors, setOutInterceptors, setProperties, setPublishedEndpointUrl, setSchemaLocations, setServerFactory, setServiceFactory, setServiceName, setTransportId, setWsdlLocation, stop
 
Methods inherited from class javax.xml.ws.Endpoint
create, create, create, create, publish, publish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXWS22SpringEndpointImpl

public JAXWS22SpringEndpointImpl(Object o)

JAXWS22SpringEndpointImpl

public JAXWS22SpringEndpointImpl(Bus bus,
                                 Object implementor)
Method Detail

setCheckBlockConstruct

public void setCheckBlockConstruct(Boolean b)

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException

Apache CXF API

Apache CXF