org.apache.cxf.jaxws22
Class EndpointImpl
java.lang.Object
javax.xml.ws.Endpoint
org.apache.cxf.jaxws.EndpointImpl
org.apache.cxf.jaxws22.EndpointImpl
- All Implemented Interfaces:
- Configurable, InterceptorProvider
- Direct Known Subclasses:
- JAXWS22SpringEndpointImpl
public class EndpointImpl
- extends EndpointImpl
Fields inherited from class javax.xml.ws.Endpoint |
WSDL_PORT, WSDL_SERVICE |
Constructor Summary |
EndpointImpl(Bus bus,
Object implementor)
|
EndpointImpl(Bus b,
Object implementor,
JaxWsServerFactoryBean sf)
|
EndpointImpl(Bus b,
Object i,
String bindingUri)
|
EndpointImpl(Bus b,
Object i,
String bindingUri,
String wsdl)
|
EndpointImpl(Bus b,
Object i,
String bindingUri,
String wsdl,
javax.xml.ws.WebServiceFeature[] f)
|
EndpointImpl(Bus b,
Object i,
String bindingUri,
javax.xml.ws.WebServiceFeature[] features)
|
EndpointImpl(Object implementor)
|
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 |
EndpointImpl
public EndpointImpl(Object implementor)
- Parameters:
implementor
-
EndpointImpl
public EndpointImpl(Bus b,
Object implementor,
JaxWsServerFactoryBean sf)
- Parameters:
b
- implementor
- sf
-
EndpointImpl
public EndpointImpl(Bus b,
Object i,
String bindingUri,
String wsdl)
- Parameters:
b
- i
- bindingUri
- wsdl
-
EndpointImpl
public EndpointImpl(Bus b,
Object i,
String bindingUri,
String wsdl,
javax.xml.ws.WebServiceFeature[] f)
- Parameters:
b
- i
- bindingUri
- wsdl
- f
-
EndpointImpl
public EndpointImpl(Bus b,
Object i,
String bindingUri)
- Parameters:
b
- i
- bindingUri
-
EndpointImpl
public EndpointImpl(Bus b,
Object i,
String bindingUri,
javax.xml.ws.WebServiceFeature[] features)
- Parameters:
b
- i
- bindingUri
- features
-
EndpointImpl
public EndpointImpl(Bus bus,
Object implementor)
- Parameters:
bus
- implementor
-
setEndpointContext
public void setEndpointContext(javax.xml.ws.EndpointContext ctxt)
- Overrides:
setEndpointContext
in class javax.xml.ws.Endpoint
publish
public void publish(javax.xml.ws.spi.http.HttpContext context)
- Overrides:
publish
in class javax.xml.ws.Endpoint
Apache CXF