|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteMappedDocumentRepository
Remote interface to enable remote method calls betwenn
MappedDocumentRepositorySkeleton and
MappedDocumentRepositoryStub.
Copyright © 2006-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
MappedDocumentRepository,
MappedDocumentRepositorySkeleton,
MappedDocumentRepositoryStub| Method Summary | |
|---|---|
void |
addDocument(URI uri,
String document)
Adds the given document to this repository. |
void |
addDocument(URI uri,
VoiceXmlDocument document)
Adds the given document to this repository. |
URI |
getUri(String ssp)
Gets an URI that can be evaluated by this scheme strategy for the given ssp. |
| Method Detail |
|---|
URI getUri(String ssp)
throws RemoteException
ssp - Scheme specific part
null in case of an
error.
RemoteException - Error in remote method call.
void addDocument(URI uri,
String document)
throws RemoteException
uri - URI as a key for later retrieval.document - Document to be added.
RemoteException - Error in remote method call.
void addDocument(URI uri,
VoiceXmlDocument document)
throws RemoteException
uri - URI as a key for later retrieval.document - Document to be added.
RemoteException - Error in remote method call.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||