ca.uhn.hl7v2.conf.store
Interface ProfileStore

All Known Implementing Classes:
FileProfileStore, URLProfileStore

public interface ProfileStore

A repository for conformance profile documents.

Author:
Bryan Tripp

Method Summary
 java.lang.String getProfile(java.lang.String ID)
          Retrieves profile from persistent storage (by ID).
 void persistProfile(java.lang.String ID, java.lang.String profile)
          Stores profile in persistent storage with given ID.
 

Method Detail

getProfile

java.lang.String getProfile(java.lang.String ID)
                            throws java.io.IOException
Retrieves profile from persistent storage (by ID).

Throws:
java.io.IOException

persistProfile

void persistProfile(java.lang.String ID,
                    java.lang.String profile)
                    throws java.io.IOException
Stores profile in persistent storage with given ID.

Throws:
java.io.IOException


Copyright © 2001-2011 University Health Network. All Rights Reserved.