Class AbstractMDB
- java.lang.Object
-
- org.jboss.windup.web.services.messaging.AbstractMDB
-
- Direct Known Subclasses:
ExecutionCancellationMDB,ExecutionProgressReporter,ExecutorMDB,PackageDiscoveryMDB,StatusUpdateMDB
public class AbstractMDB extends Object
- Author:
- Jesse Sightler
-
-
Constructor Summary
Constructors Constructor Description AbstractMDB()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanvalidatePayload(Class<?> expectedPayloadType, javax.jms.Message message)
-
-
-
Method Detail
-
validatePayload
protected boolean validatePayload(Class<?> expectedPayloadType, javax.jms.Message message)
-
-