com.collabnet.core.ws.services
Class DispatcherSoapBindingImpl

java.lang.Object
  extended by com.collabnet.core.ws.services.DispatcherSoapBindingImpl
All Implemented Interfaces:
Dispatcher, java.rmi.Remote

public class DispatcherSoapBindingImpl
extends java.lang.Object
implements Dispatcher

Author:
sszego

Constructor Summary
DispatcherSoapBindingImpl()
           
 
Method Summary
 Response execute(Request request)
          The main webservice method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatcherSoapBindingImpl

public DispatcherSoapBindingImpl()
Method Detail

execute

public Response execute(Request request)
                 throws java.rmi.RemoteException
The main webservice method. The request object contains an arbitrary document; this document is analyzed to identify the approprate DocumentHandler.

Specified by:
execute in interface Dispatcher
Parameters:
request -
Returns:
the generated document
Throws:
java.rmi.RemoteException - if the document cannot be generated