jpos.profile
Interface ProfileFactory

All Known Implementing Classes:
XercesProfileFactory

public interface ProfileFactory

Defines an interface for creating Profile objects

Since:
1.3 (SF 2K meeting)
Author:
E. Michael Maximilien (maxim@us.ibm.com)

Method Summary
 Profile createProfile(java.lang.String xmlProfileFileName)
           
 

Method Detail

createProfile

public Profile createProfile(java.lang.String xmlProfileFileName)
                      throws ProfileException
Parameters:
xmlProfileFile - the XML profile file
Returns:
a Profile object created parsing the XML file provided
Throws:
ProfileException - if there is an error loading the profile
Since:
1.3 (SF 2K meeting)


This API and code belongs to the JavaPOS committee please see LISCENCE file for details