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
 String getProfile(String ID)
          Retrieves profile from persistent storage (by ID).
 void persistProfile(String ID, String profile)
          Stores profile in persistent storage with given ID.
 

Method Detail

getProfile

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

Throws:
IOException

persistProfile

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

Throws:
IOException


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