Apache CXF API

org.apache.cxf.jaxws.spring
Class EndpointDefinitionParser.SpringEndpointImpl

java.lang.Object
  extended by javax.xml.ws.Endpoint
      extended by org.apache.cxf.jaxws.EndpointImpl
          extended by org.apache.cxf.jaxws.spring.EndpointDefinitionParser.SpringEndpointImpl
All Implemented Interfaces:
Configurable, InterceptorProvider, 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
 
Fields inherited from class javax.xml.ws.Endpoint
WSDL_PORT, WSDL_SERVICE
 
Constructor Summary
EndpointDefinitionParser.SpringEndpointImpl(Bus bus, Object implementor)
           
EndpointDefinitionParser.SpringEndpointImpl(Object o)
           
 
Method Summary
 void setApplicationContext(org.springframework.context.ApplicationContext ctx)
           
 void setCheckBlockConstruct(Boolean b)
           
 
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, publish, setEndpointContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EndpointDefinitionParser.SpringEndpointImpl

public EndpointDefinitionParser.SpringEndpointImpl(Object o)

EndpointDefinitionParser.SpringEndpointImpl

public EndpointDefinitionParser.SpringEndpointImpl(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