Class BurlapSkeleton


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

      • BurlapSkeleton

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

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

      • invoke

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

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