openamf/src/java/org/openamf/config ServiceConfig.java,1.2,1.3

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/java/org/openamf/config
In directory sc8-pr-cvs1:/tmp/cvs-serv729/src/java/org/openamf/config

Modified Files:
	ServiceConfig.java 
Log Message:
fixed bug with resultTranslatorConfig not getting populated 
and added some debug code

Index: ServiceConfig.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/config/ServiceConfig.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** ServiceConfig.java	30 Apr 2003 01:02:04 -0000	1.2
--- ServiceConfig.java	30 Apr 2003 05:18:01 -0000	1.3
***************
*** 18,21 ****
--- 18,22 ----
  	private boolean stateBeanConfigsLoaded = false;
  	private ArrayList operationConfigs = new ArrayList(); 
+ 	private TranslatorConfig resultTranslatorConfig;
  	
  	private static Log log = LogFactory.getLog(ServiceConfig.class);
***************
*** 86,89 ****
--- 87,98 ----
  		operationConfigs.add(operationConfig);
  	}
+ 	
+ 	public TranslatorConfig getResultTranslatorConfig() {
+ 		return resultTranslatorConfig;
+ 	}
+ 
+ 	public void  setResultTranslatorConfig(TranslatorConfig resultTranslatorConfig) {
+ 		this.resultTranslatorConfig = resultTranslatorConfig;
+ 	}
  
  	public String toString() {
***************
*** 105,110 ****
  		sb.append('\n');
  
! 		sb.append("Service Invoker: ");
  		sb.append(getServiceInvokerConfig());
  		sb.append('\n');
  
--- 114,123 ----
  		sb.append('\n');
  
! 		sb.append("Service Invoker:\n");
  		sb.append(getServiceInvokerConfig());
+ 		sb.append('\n');
+ 
+ 		sb.append("Result Translator:\n");
+ 		sb.append(getResultTranslatorConfig());
  		sb.append('\n');
  




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.