Changeset 10322


Ignore:
Timestamp:
2005-07-27T10:52:11+12:00 (19 years ago)
Author:
kjdon
Message:

just committing the version generated by the ant target - if it gets regenerated then it wont look modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/SOAPServerlocalsite.java

    r10285 r10322  
    11/*
    2  *    SOAPServer.java
     2 *    SOAPServer.java.in: a template for a new SOAPServer
    33 *    Copyright (C) 2002 New Zealand Digital Library, http://www.nzdl.org
    44 *
     
    3636public class SOAPServerlocalsite
    3737{
     38   
    3839    /** The message router we're talking to */
    3940    protected MessageRouter mr=null;
    4041    /** the name of the site we are serving */
    4142    protected String site_name = "localsite";
    42 
     43 
    4344    /** The no-args constructor */
    4445    public SOAPServerlocalsite() {
     
    6061    }
    6162   
     63   
    6264    public Element [] process (Element [] xml_in) {
    63    
    6465    Element [] result = new Element[xml_in.length];
    6566    for (int i=0; i<xml_in.length; i++) {
     
    8283    }
    8384    return result;
    84     }    
     85    }   
    8586}
    8687
Note: See TracChangeset for help on using the changeset viewer.