Firefish 0.5.10

gov.lbl.dsd.firefish.server
Class AxisService

java.lang.Object
  extended bygov.lbl.dsd.firefish.server.AxisService

public class AxisService
extends Object

The main server side entry point; an Axis message-style service connecting from an to Axis.

Version:
$Revision: 1.4 $, $Date: 2004/01/30 01:18:03 $

Constructor Summary
AxisService()
           
 
Method Summary
 Response doHandle(Request req)
           
 Element[] handle(Element[] body)
          Service method, which simply echoes back any XML it receives.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AxisService

public AxisService()
Method Detail

handle

public Element[] handle(Element[] body)
                 throws AxisFault
Service method, which simply echoes back any XML it receives.

Parameters:
body - an array of DOM Elements, one for each SOAP body element
Returns:
an array of DOM Elements to be sent in the response body
Throws:
AxisFault

doHandle

public Response doHandle(Request req)

Firefish 0.5.10

Jump to the Firefish Homepage