Class BurlapSkeleton

java.lang.Object
com.caucho.services.server.AbstractSkeleton
com.caucho.burlap.server.BurlapSkeleton

public class BurlapSkeleton extends AbstractSkeleton
Proxy class for Burlap services.
  • Constructor Details

    • BurlapSkeleton

      public BurlapSkeleton(Object service, Class apiClass)
      Create a new burlap skeleton.
      Parameters:
      service - the underlying service object.
      apiClass - the API interface
    • BurlapSkeleton

      public BurlapSkeleton(Class apiClass)
      Create a new burlap skeleton.
      Parameters:
      service - the underlying service object.
      apiClass - the API interface
  • Method Details

    • invoke

      public void invoke(BurlapInput in, BurlapOutput out) throws Exception
      Invoke the object with the request from the input stream.
      Parameters:
      in - the Burlap input stream
      out - the Burlap output stream
      Throws:
      Exception
    • invoke

      public void invoke(Object service, BurlapInput in, BurlapOutput out) throws Exception
      Invoke the object with the request from the input stream.
      Parameters:
      in - the Burlap input stream
      out - the Burlap output stream
      Throws:
      Exception