| 程序包 | 说明 |
|---|---|
| org.apache.cxf.spring.boot | |
| org.apache.cxf.spring.boot.jaxws.callback | |
| org.apache.cxf.spring.boot.jaxws.endpoint |
| 限定符和类型 | 方法和说明 |
|---|---|
EndpointCallback |
CxfJaxwsAutoConfiguration.endpointCallback(org.apache.cxf.ext.logging.LoggingFeature loggingFeature,
org.apache.cxf.validation.BeanValidationFeature validationFeature) |
| 限定符和类型 | 方法和说明 |
|---|---|
EndpointApiTemplate |
CxfJaxwsAutoConfiguration.endpointTemplate(org.apache.cxf.Bus bus,
EndpointCallback endpointCallback,
org.apache.cxf.ext.logging.LoggingFeature loggingFeature,
org.apache.cxf.validation.BeanValidationFeature validationFeature) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultEndpointCallback
TODO
|
| 限定符和类型 | 方法和说明 |
|---|---|
EndpointCallback |
EndpointApiTemplate.getCallback() |
| 限定符和类型 | 方法和说明 |
|---|---|
Endpoint |
EndpointApiTemplate.publish(String addr,
Object implementor,
EndpointCallback callback)
为指定的addr发布Endpoint
|
void |
EndpointApiTemplate.setCallback(EndpointCallback callback) |
| 构造器和说明 |
|---|
EndpointApiTemplate(org.apache.cxf.Bus bus,
EndpointCallback callback) |
Copyright © 2019. All rights reserved.