public class InOnlyEndpointSupport<M> extends Object
Constructor and Description |
---|
InOnlyEndpointSupport() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
putException(Throwable ex) |
void |
putMessage(ContentType contentType,
M data) |
void |
putMessage(IncomingMessage<M> message) |
IncomingMessage<M> |
waitForMessage(int timeout) |
public void putException(Throwable ex)
public void putMessage(ContentType contentType, M data)
public void putMessage(IncomingMessage<M> message)
public void clear()
public IncomingMessage<M> waitForMessage(int timeout) throws Throwable
Throwable
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.