Uses of Class
javax.xml.ws.Endpoint

Packages that use Endpoint
javax.xml.ws   
javax.xml.ws.spi   
org.apache.axis2.jaxws.server.endpoint   
org.apache.axis2.jaxws.spi   
 

Uses of Endpoint in javax.xml.ws
 

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

Uses of Endpoint in javax.xml.ws.spi
 

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

Uses of Endpoint in org.apache.axis2.jaxws.server.endpoint
 

Subclasses of Endpoint in org.apache.axis2.jaxws.server.endpoint
 class EndpointImpl
           
 

Uses of Endpoint in org.apache.axis2.jaxws.spi
 

Methods in org.apache.axis2.jaxws.spi that return Endpoint
 Endpoint Provider.createAndPublishEndpoint(java.lang.String s, java.lang.Object obj)
           
 Endpoint Provider.createEndpoint(java.lang.String binding, java.lang.Object obj)
           
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.