Uses of Package
net.sf.crispy.server

Packages that use net.sf.crispy.server
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  
 

Classes in net.sf.crispy.server used by net.sf.crispy.impl.http
HttpServiceEndpoint
          A special implementation from a ServiceEndpoint for the http protocoll.
ServiceEndpoint
          This is the entry point on the server side for the transport provider.
SingleServiceContainer
          Container for the service implementation.
 

Classes in net.sf.crispy.server used by net.sf.crispy.impl.rest
HttpServiceEndpoint
          A special implementation from a ServiceEndpoint for the http protocoll.
ServiceEndpoint
          This is the entry point on the server side for the transport provider.
SingleServiceContainer
          Container for the service implementation.
 

Classes in net.sf.crispy.server used by net.sf.crispy.impl.rmi
InterceptorHandlerCreator
          Is responsible for creation of a new InterceptorHandler instance.
ServiceEndpoint
          This is the entry point on the server side for the transport provider.
SingleServiceContainer
          Container for the service implementation.
 

Classes in net.sf.crispy.server used by net.sf.crispy.impl.xmlrpc
HttpServiceEndpoint
          A special implementation from a ServiceEndpoint for the http protocoll.
ServiceEndpoint
          This is the entry point on the server side for the transport provider.
SingleServiceContainer
          Container for the service implementation.
 

Classes in net.sf.crispy.server used by net.sf.crispy.server
InterceptorHandlerCreator
          Is responsible for creation of a new InterceptorHandler instance.
ServiceCreator
          Services are added to ServiceEndpoint as String.
ServiceEndpoint
          This is the entry point on the server side for the transport provider.
SingleServiceContainer
          Container for the service implementation.
 



Copyright © 2005-2006 Crispy. All Rights Reserved.