butler.service
Interface ContextCallback

All Known Implementing Classes:
ContextCallback.DefaultImpl

public interface ContextCallback

Callback on the client-side to retrieve data (authentication data, etc) that should be bypassed to the server request.

Author:
Fredrik Bertilsson

Nested Class Summary
static class ContextCallback.DefaultImpl
           
 
Method Summary
 java.lang.Object getContext()
           
 

Method Detail

getContext

public java.lang.Object getContext()
                            throws java.lang.Exception
Throws:
java.lang.Exception