Package org.apache.cxf.jaxws22
Class EndpointImpl
java.lang.Object
jakarta.xml.ws.Endpoint
org.apache.cxf.jaxws.EndpointImpl
org.apache.cxf.jaxws22.EndpointImpl
- All Implemented Interfaces:
AutoCloseable,org.apache.cxf.configuration.Configurable,org.apache.cxf.interceptor.InterceptorProvider
Deprecated.
- all functionality moved to superclass - create superclass instead
-
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
ConstructorsConstructorDescriptionEndpointImpl(Object implementor) Deprecated.EndpointImpl(org.apache.cxf.Bus bus, Object implementor) Deprecated.EndpointImpl(org.apache.cxf.Bus b, Object i, String bindingUri) Deprecated.EndpointImpl(org.apache.cxf.Bus b, Object i, String bindingUri, jakarta.xml.ws.WebServiceFeature[] features) Deprecated.EndpointImpl(org.apache.cxf.Bus b, Object i, String bindingUri, String wsdl) Deprecated.EndpointImpl(org.apache.cxf.Bus b, Object i, String bindingUri, String wsdl, jakarta.xml.ws.WebServiceFeature[] f) Deprecated.EndpointImpl(org.apache.cxf.Bus b, Object implementor, JaxWsServerFactoryBean sf) Deprecated. -
Method Summary
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, stopMethods inherited from class jakarta.xml.ws.Endpoint
create, create, create, create, publish, publish
-
Constructor Details
-
EndpointImpl
Deprecated.- Parameters:
implementor-
-
EndpointImpl
Deprecated.- Parameters:
b-implementor-sf-
-
EndpointImpl
Deprecated.- Parameters:
b-i-bindingUri-wsdl-
-
EndpointImpl
public EndpointImpl(org.apache.cxf.Bus b, Object i, String bindingUri, String wsdl, jakarta.xml.ws.WebServiceFeature[] f) Deprecated.- Parameters:
b-i-bindingUri-wsdl-f-
-
EndpointImpl
Deprecated.- Parameters:
b-i-bindingUri-
-
EndpointImpl
public EndpointImpl(org.apache.cxf.Bus b, Object i, String bindingUri, jakarta.xml.ws.WebServiceFeature[] features) Deprecated.- Parameters:
b-i-bindingUri-features-
-
EndpointImpl
Deprecated.- Parameters:
bus-implementor-
-