Uses of Class
javax.xml.ws.Endpoint

Packages that use Endpoint
javax.xml.ws   
javax.xml.ws.spi   
 

Uses of Endpoint in javax.xml.ws
 

Methods in javax.xml.ws that return Endpoint
static Endpoint Endpoint.create(Object implementor)
           
static Endpoint Endpoint.create(String bindingId, Object implementor)
           
static Endpoint Endpoint.publish(String address, Object implementor)
           
 

Uses of Endpoint in javax.xml.ws.spi
 

Methods in javax.xml.ws.spi that return Endpoint
abstract  Endpoint Provider.createAndPublishEndpoint(String s, Object obj)
           
abstract  Endpoint Provider.createEndpoint(String s, Object obj)
           
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.