public class EndpointImpl extends EndpointImpl
CHECK_PUBLISH_ENDPOINT_PERMISSON_PROPERTY, CHECK_PUBLISH_ENDPOINT_PERMISSON_PROPERTY_WITH_SECURITY_MANAGERWSDL_PORT, WSDL_SERVICE| Constructor and Description |
|---|
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,
WebServiceFeature[] f) |
EndpointImpl(Bus b,
Object i,
String bindingUri,
WebServiceFeature[] features) |
EndpointImpl(Object implementor) |
| Modifier and Type | Method and Description |
|---|---|
void |
publish(javax.xml.ws.spi.http.HttpContext context) |
void |
setEndpointContext(EndpointContext ctxt) |
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, stoppublic EndpointImpl(Object implementor)
implementor - public EndpointImpl(Bus b, Object implementor, JaxWsServerFactoryBean sf)
b - implementor - sf - public EndpointImpl(Bus b, Object i, String bindingUri, String wsdl)
b - i - bindingUri - wsdl - public EndpointImpl(Bus b, Object i, String bindingUri, String wsdl, WebServiceFeature[] f)
b - i - bindingUri - wsdl - f - public EndpointImpl(Bus b, Object i, String bindingUri)
b - i - bindingUri - public EndpointImpl(Bus b, Object i, String bindingUri, WebServiceFeature[] features)
b - i - bindingUri - features - public void setEndpointContext(EndpointContext ctxt)
setEndpointContext in class Endpointpublic void publish(javax.xml.ws.spi.http.HttpContext context)
Apache CXF