JavaTM 2 Platform
Standard Ed. 6

類別 javax.xml.ws.Endpoint
的使用

使用 Endpoint 的軟體套件
javax.xml.ws 此套件包含核心 JAX-WS API。 
javax.xml.ws.spi 該套件定義用於 JAX-WS 2.0 的 SPI。 
 

javax.xml.wsEndpoint 的使用
 

返回 Endpointjavax.xml.ws 中的方法
static Endpoint Endpoint.create(Object implementor)
          創建具有指定實作者物件的端點。
static Endpoint Endpoint.create(String bindingId, Object implementor)
          創建具有指定綁定型別和實作者物件的端點。
static Endpoint Endpoint.publish(String address, Object implementor)
          在給定位址處針對指定的實作者物件創建共時布端點。
 

javax.xml.ws.spiEndpoint 的使用
 

返回 Endpointjavax.xml.ws.spi 中的方法
abstract  Endpoint Provider.createAndPublishEndpoint(String address, Object implementor)
          創建和發佈具有指定位址和實作物件的端點物件。
abstract  Endpoint Provider.createEndpoint(String bindingId, Object implementor)
          創建具有提供的綁定和實作物件的端點物件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only