Celtix User APIs

Uses of Interface
org.objectweb.celtix.bindings.ServerBinding

Packages that use ServerBinding
org.objectweb.celtix.bindings   
 

Uses of ServerBinding in org.objectweb.celtix.bindings
 

Classes in org.objectweb.celtix.bindings that implement ServerBinding
 class AbstractServerBinding
           
 

Methods in org.objectweb.celtix.bindings that return ServerBinding
 ServerBinding BindingFactory.createServerBinding(org.objectweb.celtix.ws.addressing.EndpointReferenceType reference, javax.xml.ws.Endpoint endpoint, ServerBindingEndpointCallback endpointCallback)
          Creates a ServerBinding for the EndpointReferenceType and Endpoint provided.
 


Celtix User APIs