@groovy.transform.CompileStatic class EndpointImpl extends javax.xml.ws.Endpoint
| Modifiers | Name | Description |
|---|---|---|
static HookFaultInterceptor |
hookFaultInterceptor |
|
static HookInInterceptor |
hookInInterceptor |
|
static HookOutInterceptor |
hookOutInterceptor |
| Fields inherited from class | Fields |
|---|---|
class javax.xml.ws.Endpoint |
WSDL_SERVICE, WSDL_PORT |
| Type | Name and description |
|---|---|
String |
address |
javax.xml.namespace.QName |
endpointName |
Class |
implementorClass |
javax.xml.namespace.QName |
serviceName |
| Constructor and description |
|---|
EndpointImpl
(org.apache.cxf.Bus bus, Object implementor, EndpointType type, org.springframework.context.ApplicationContext context) |
| Type | Name and description |
|---|---|
void |
close()@see AutoCloseable |
String |
getBeanName()@see Configurable |
Binding |
getBinding()@see Endpoint |
javax.xml.ws.Endpoint |
getDelegate() |
static Map |
getEndpointInfo(Class implementorClass)获得 Endpoint 的基本信息 |
javax.xml.ws.EndpointReference |
getEndpointReference(org.w3c.dom.Element... referenceParameters) |
T |
getEndpointReference(Class<T> clazz, org.w3c.dom.Element... referenceParameters) |
concurrent.Executor |
getExecutor() |
Object |
getImplementor() |
List<Interceptor<? extends org.apache.cxf.message.Message>> |
getInFaultInterceptors() |
List<Interceptor<? extends org.apache.cxf.message.Message>> |
getInInterceptors()@see InterceptorProvider |
List<javax.xml.transform.Source> |
getMetadata() |
static String |
getNameNoPostfix(Class clazz) |
List<Interceptor<? extends org.apache.cxf.message.Message>> |
getOutFaultInterceptors() |
List<Interceptor<? extends org.apache.cxf.message.Message>> |
getOutInterceptors() |
Map<String, Object> |
getProperties() |
org.apache.cxf.endpoint.Server |
getServer() |
org.apache.cxf.endpoint.AbstractEndpointFactory |
getServerFactory() |
EndpointType |
getType() |
boolean |
isPublished() |
void |
publish(String url) |
void |
publish(Object serverContext) |
void |
setExecutor(concurrent.Executor executor) |
void |
setMetadata(List<javax.xml.transform.Source> metadata) |
void |
setProperties(Map<String, Object> properties) |
void |
stop() |
| Methods inherited from class | Name |
|---|---|
class javax.xml.ws.Endpoint |
javax.xml.ws.Endpoint#getBinding(), javax.xml.ws.Endpoint#getMetadata(), javax.xml.ws.Endpoint#setExecutor(concurrent.Executor), javax.xml.ws.Endpoint#getExecutor(), javax.xml.ws.Endpoint#getEndpointReference(Class, [Lorg.w3c.dom.Element;), javax.xml.ws.Endpoint#getEndpointReference([Lorg.w3c.dom.Element;), javax.xml.ws.Endpoint#setEndpointContext(javax.xml.ws.EndpointContext), javax.xml.ws.Endpoint#getImplementor(), javax.xml.ws.Endpoint#isPublished(), javax.xml.ws.Endpoint#setMetadata(List), javax.xml.ws.Endpoint#publish(javax.xml.ws.spi.http.HttpContext), javax.xml.ws.Endpoint#publish(String), javax.xml.ws.Endpoint#publish(String, Object), javax.xml.ws.Endpoint#publish(String, Object, [Ljavax.xml.ws.WebServiceFeature;), javax.xml.ws.Endpoint#publish(Object), javax.xml.ws.Endpoint#getProperties(), javax.xml.ws.Endpoint#setProperties(Map), javax.xml.ws.Endpoint#create(String, Object), javax.xml.ws.Endpoint#create(Object), javax.xml.ws.Endpoint#create(Object, [Ljavax.xml.ws.WebServiceFeature;), javax.xml.ws.Endpoint#create(String, Object, [Ljavax.xml.ws.WebServiceFeature;), javax.xml.ws.Endpoint#stop(), javax.xml.ws.Endpoint#wait(long, int), javax.xml.ws.Endpoint#wait(long), javax.xml.ws.Endpoint#wait(), javax.xml.ws.Endpoint#equals(Object), javax.xml.ws.Endpoint#toString(), javax.xml.ws.Endpoint#hashCode(), javax.xml.ws.Endpoint#getClass(), javax.xml.ws.Endpoint#notify(), javax.xml.ws.Endpoint#notifyAll() |
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
获得 Endpoint 的基本信息
implementorClass - Endpoint 类
BROPEN Documentation, 2020-04-21 10:50