public abstract class EndpointContext extends Object
EndpointContext允许应用程序中的多个端点共享任何信息。 
       例如,servlet应用程序的战争可能包含多个端点,并且这些端点可以通过共享此上下文来获取彼此的地址。 
       如果多个端点共享WSDL的不同端口,则在访问WSDL时可以对多个端口地址进行修补。 
       它还允许所有端点共享任何其他运行时信息。 
        这需要通过使用Endpoint.setEndpointContext(javax.xml.ws.EndpointContext)之前的Endpoint.publish(java.lang.String)方法来设置。 
| Constructor and Description | 
|---|
| EndpointContext() | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.