org.openscience.nmrshiftdb.webservices
Interface NMRShiftDB
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- NMRShiftDBServiceBindingImpl
public interface NMRShiftDB
- extends java.rmi.Remote
Method Summary |
org.w3c.dom.Document |
doAssignment(org.w3c.dom.Document request)
|
org.w3c.dom.Document |
doElucidate(org.w3c.dom.Document request)
|
org.w3c.dom.Document |
doPrediction(org.w3c.dom.Document request)
|
org.w3c.dom.Document |
doSearch(org.w3c.dom.Document request)
|
org.w3c.dom.Document |
doSubmit(org.w3c.dom.Document request)
|
org.w3c.dom.Document |
getSpectrumTypes(org.w3c.dom.Document dummy)
|
org.w3c.dom.Document |
getUserNumber(org.w3c.dom.Document dummy)
|
doPrediction
org.w3c.dom.Document doPrediction(org.w3c.dom.Document request)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getSpectrumTypes
org.w3c.dom.Document getSpectrumTypes(org.w3c.dom.Document dummy)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
doSubmit
org.w3c.dom.Document doSubmit(org.w3c.dom.Document request)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
doElucidate
org.w3c.dom.Document doElucidate(org.w3c.dom.Document request)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
getUserNumber
org.w3c.dom.Document getUserNumber(org.w3c.dom.Document dummy)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
doSearch
org.w3c.dom.Document doSearch(org.w3c.dom.Document request)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
doAssignment
org.w3c.dom.Document doAssignment(org.w3c.dom.Document request)
throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException