org.ferris.journal.jws.account
Interface AccountJws

All Superinterfaces:
Remote
All Known Implementing Classes:
AccountJwsBindingStub

public interface AccountJws
extends Remote


Method Summary
 Account login(String username, String encryptedPassword)
           
 Account register(Account account)
           
 String test(String returnThisString)
           
 

Method Detail

login

Account login(String username,
              String encryptedPassword)
              throws RemoteException
Throws:
RemoteException

register

Account register(Account account)
                 throws RemoteException
Throws:
RemoteException

test

String test(String returnThisString)
            throws RemoteException
Throws:
RemoteException


Copyright © March 15, 2008-2011 The Ferris Foundation. All Rights Reserved.