Uses of Interface
net.sf.crispy.server.ServiceEndpoint

Packages that use ServiceEndpoint
net.sf.crispy.impl.http Http invoker (http call with serializable Java objects), a Crispy implementation with commons httpclient. 
net.sf.crispy.impl.rest REST (REpresentational State Treansfer) implementation (a special (simple) kind of WebService). 
net.sf.crispy.impl.rmi Implementation for RMI. 
net.sf.crispy.impl.xmlrpc Implementation for XML-RPC.  
net.sf.crispy.server Server side classes to manage services and servers invocations, how find service implementation execute service method register Interceptors and Modifier  
 

Uses of ServiceEndpoint in net.sf.crispy.impl.http
 

Classes in net.sf.crispy.impl.http that implement ServiceEndpoint
 class HttpServlet
           
 

Uses of ServiceEndpoint in net.sf.crispy.impl.rest
 

Classes in net.sf.crispy.impl.rest that implement ServiceEndpoint
 class RestServlet
           
 

Uses of ServiceEndpoint in net.sf.crispy.impl.rmi
 

Classes in net.sf.crispy.impl.rmi that implement ServiceEndpoint
 class RmiInvocationHandlerImpl
          This is the central Invocation Handler for all client calls.
 

Uses of ServiceEndpoint in net.sf.crispy.impl.xmlrpc
 

Classes in net.sf.crispy.impl.xmlrpc that implement ServiceEndpoint
 class XmlRpcHttpServlet
           
 

Constructors in net.sf.crispy.impl.xmlrpc with parameters of type ServiceEndpoint
XmlRpcConvertHandler(java.lang.Object pvObject, java.lang.String pvNullValue, ServiceEndpoint pvServiceEndpoint)
           
 

Uses of ServiceEndpoint in net.sf.crispy.server
 

Classes in net.sf.crispy.server that implement ServiceEndpoint
 class HttpServiceEndpoint
          A special implementation from a ServiceEndpoint for the http protocoll.
 class ServiceEndpointImpl
          The default implementation of the ServiceEndpoint.
 



Copyright © 2005-2006 Crispy. All Rights Reserved.