org.jomc.standalone.ri
Class StandaloneInvoker

Package class diagram package StandaloneInvoker
java.lang.Object
  extended by org.jomc.ri.DefaultInvoker
      extended by org.jomc.standalone.ri.StandaloneInvoker
All Implemented Interfaces:
org.jomc.spi.Invoker

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public class StandaloneInvoker
extends org.jomc.ri.DefaultInvoker

Standalone Invoker.

Specifications

Dependencies

Messages

Version:
$Id: StandaloneInvoker.java 2242 2010-06-29 07:54:56Z schulte2005 $
Author:
Christian Schulte 1.0

Constructor Summary
Constructor and Description
StandaloneInvoker()
          Creates a new StandaloneInvoker instance.
 
Method Summary
Modifier and Type Method and Description
 org.jomc.standalone.model.MethodType getMethodType(org.jomc.spi.Invocation invocation)
           
 void handleException(org.jomc.spi.Invocation invocation, Throwable t)
           
 org.jomc.spi.Invocation postInvoke(org.jomc.spi.Invocation invocation)
           
 org.jomc.spi.Invocation preInvoke(org.jomc.spi.Invocation invocation)
           
 
Methods inherited from class org.jomc.ri.DefaultInvoker
invoke
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneInvoker

@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
           comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public StandaloneInvoker()
Creates a new StandaloneInvoker instance.

Method Detail

preInvoke

public org.jomc.spi.Invocation preInvoke(org.jomc.spi.Invocation invocation)
Overrides:
preInvoke in class org.jomc.ri.DefaultInvoker

postInvoke

public org.jomc.spi.Invocation postInvoke(org.jomc.spi.Invocation invocation)
Overrides:
postInvoke in class org.jomc.ri.DefaultInvoker

handleException

public void handleException(org.jomc.spi.Invocation invocation,
                            Throwable t)
Overrides:
handleException in class org.jomc.ri.DefaultInvoker

getMethodType

public org.jomc.standalone.model.MethodType getMethodType(org.jomc.spi.Invocation invocation)


Copyright © 2005-2010 The JOMC Project. All Rights Reserved.