Uses of Class
javax.xml.ws.EndpointContext
-
Packages that use EndpointContext 软件包 描述 javax.xml.ws 此软件包包含核心JAX-WS API。 -
-
Uses of EndpointContext in javax.xml.ws
Methods in javax.xml.ws with parameters of type EndpointContext Modifier and Type 方法 描述 void
Endpoint. setEndpointContext(EndpointContext ctxt)
通过设置一个EndpointContext
,JAX-WS运行时知道应用程序中其他端点的地址。
-