|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an particular instance which can process inbound containers for
method given in getMethodName. This interface must be implemented by each
class which processes inbound containers. Before processing is "active", the
given inbound processor must be registered (see inbound processor registry)
for a method.
Because of registration process each class which implements this interface
must also implement java.io.Serializable
.
Method Summary | |
java.lang.String |
getMethodName()
Gets the name of the method that can be processed by this InboundProcessor object. |
void |
process(InboundContainer inboundContainer)
Processes the given inbound container |
Method Detail |
public java.lang.String getMethodName()
public void process(InboundContainer inboundContainer)
inboundContainer
- The inbound container to be processed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |