Package ch.rasc.wamp2spring.rpc
Class WampResult
java.lang.Object
ch.rasc.wamp2spring.rpc.WampResult
-
Constructor Summary
ConstructorsConstructorDescriptionWampResult(Collection<Object> results, Map<String, Object> resultsKw) WampResult(Collection<T> results) WampResult(Map<String, Object> resultsKw) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> WampResultcreate(T... a) static WampResult<T> voidsetResults(Collection<T> results) voidsetResultsKw(Map<String, Object> resultsKw) toString()