Uses of Interface
ca.uhn.hl7v2.conf.store.ProfileStore
Packages that use ProfileStore
-
Uses of ProfileStore in ca.uhn.hl7v2
Methods in ca.uhn.hl7v2 that return ProfileStoreModifier and TypeMethodDescriptionDefaultHapiContext.getProfileStore()HapiContext.getProfileStore()Methods in ca.uhn.hl7v2 with parameters of type ProfileStoreModifier and TypeMethodDescriptionvoidDefaultHapiContext.setProfileStore(ProfileStore profileStore) voidHapiContext.setProfileStore(ProfileStore store) -
Uses of ProfileStore in ca.uhn.hl7v2.conf.store
Classes in ca.uhn.hl7v2.conf.store that implement ProfileStoreModifier and TypeClassDescriptionclassLooks up the profile in a file "ID.xml" somewhere in in classpath (where ID is the profile ID).classStores profiles in a local directory.classBase class for read-only profile stores.classA read-only profile store that loads profiles from URLs.Methods in ca.uhn.hl7v2.conf.store that return ProfileStoreModifier and TypeMethodDescriptionstatic ProfileStoreProfileStoreFactory.getProfileStore()Returns a single configurable instance of a ProfileStore.Methods in ca.uhn.hl7v2.conf.store with parameters of type ProfileStoreModifier and TypeMethodDescriptionstatic voidProfileStoreFactory.setStore(ProfileStore store) Deprecated.use HapiContext to define the ProfileStore to be used