Package ca.uhn.hl7v2.conf.store
Class ClasspathProfileStore
java.lang.Object
ca.uhn.hl7v2.conf.store.ReadOnlyProfileStore
ca.uhn.hl7v2.conf.store.URLProfileStore
ca.uhn.hl7v2.conf.store.ClasspathProfileStore
- All Implemented Interfaces:
ProfileStore
Looks up the profile in a file "ID.xml" somewhere in in classpath
(where ID is the profile ID).
- Author:
- Christian Ohr
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.uhn.hl7v2.conf.store.URLProfileStore
getProfileMethods inherited from class ca.uhn.hl7v2.conf.store.ReadOnlyProfileStore
persistProfile
-
Field Details
-
DEFAULT_PROFILE_PREFIX
- See Also:
-
-
Constructor Details
-
ClasspathProfileStore
public ClasspathProfileStore() -
ClasspathProfileStore
-
-
Method Details
-
getURL
Description copied from class:URLProfileStoreReturns the URL from which to read a profile given the profile ID. For example given "123" it could return ftp://hospital_x.org/hl7/123.xml, or http://hl7_conformance_service.com?profile=123.- Specified by:
getURLin classURLProfileStore
-