org.sca4j.binding.jms.control
Interface PayloadTypeIntrospector

All Known Implementing Classes:
PayloadTypeIntrospectorImpl

public interface PayloadTypeIntrospector

Introspects an operation's in parameters to determine the payload type.

Version:
$Revision$ $Date$

Method Summary
<T> PayloadType
introspect(org.sca4j.scdl.Operation<T> operation)
          Performs the introspection.
 

Method Detail

introspect

<T> PayloadType introspect(org.sca4j.scdl.Operation<T> operation)
                       throws JmsGenerationException
Performs the introspection.

Parameters:
operation - the operation to introspect
Returns:
the JMS message type
Throws:
JmsGenerationException - if an error occurs introspecting the operation


Copyright © 2008-2010 Service Symphony. All Rights Reserved.