ie.deri.wsmx.invoker
Class AlphaInvokerImpl

java.lang.Object
  extended byie.deri.wsmx.invoker.AlphaInvokerImpl
All Implemented Interfaces:
Invoker

public class AlphaInvokerImpl
extends java.lang.Object
implements Invoker

Author:
Matthew Moran Name: AlphaInvokerImpl Description:

Field Summary
(package private) static org.apache.log4j.Logger logger
           
(package private)  InvokerMessage[] messages
           
 
Constructor Summary
AlphaInvokerImpl()
           
 
Method Summary
 InvokerResult invokeWS(WebService ws, Document document)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

static org.apache.log4j.Logger logger

messages

InvokerMessage[] messages
Constructor Detail

AlphaInvokerImpl

public AlphaInvokerImpl()
Method Detail

invokeWS

public InvokerResult invokeWS(WebService ws,
                              Document document)
                       throws InvokerException
Specified by:
invokeWS in interface Invoker
Throws:
InvokerException

main

public static void main(java.lang.String[] args)