Class InOnlyEndpointSupport<M>
- java.lang.Object
-
- org.apache.axis2.transport.testkit.endpoint.InOnlyEndpointSupport<M>
-
public class InOnlyEndpointSupport<M> extends Object
-
-
Constructor Summary
Constructors Constructor Description InOnlyEndpointSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
void
putException(Throwable ex)
void
putMessage(ContentType contentType, M data)
void
putMessage(IncomingMessage<M> message)
IncomingMessage<M>
waitForMessage(int timeout)
-
-
-
Method Detail
-
putException
public void putException(Throwable ex)
-
putMessage
public void putMessage(ContentType contentType, M data)
-
putMessage
public void putMessage(IncomingMessage<M> message)
-
clear
public void clear()
-
waitForMessage
public IncomingMessage<M> waitForMessage(int timeout) throws Throwable
- Throws:
Throwable
-
-