photospace.service
Class Photospace

java.lang.Object
  extended byorg.springframework.remoting.jaxrpc.ServletEndpointSupport
      extended byphotospace.service.Photospace
All Implemented Interfaces:
javax.xml.rpc.server.ServiceLifecycle

public class Photospace
extends org.springframework.remoting.jaxrpc.ServletEndpointSupport

Photospace web service service interface.


Constructor Summary
Photospace()
           
 
Method Summary
 Meta browse(java.lang.String path, int sortOrder, int start, int end)
           
 UTMPoint[] convertToUtm(Position[] positions)
           
 Meta get(java.lang.String path)
           
 SearchResult search(java.lang.String query, int sortOrder, int start, int end)
           
 
Methods inherited from class org.springframework.remoting.jaxrpc.ServletEndpointSupport
destroy, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Photospace

public Photospace()
Method Detail

browse

public Meta browse(java.lang.String path,
                   int sortOrder,
                   int start,
                   int end)
            throws java.lang.Exception
Throws:
java.lang.Exception

search

public SearchResult search(java.lang.String query,
                           int sortOrder,
                           int start,
                           int end)
                    throws java.lang.Exception
Throws:
java.lang.Exception

get

public Meta get(java.lang.String path)
         throws java.lang.Exception
Throws:
java.lang.Exception

convertToUtm

public UTMPoint[] convertToUtm(Position[] positions)
                        throws java.lang.Exception
Throws:
java.lang.Exception