openamf/src/java/org/openamf/invoker ServiceInvoker.java,1.5,1.6

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

Modified Files:
	ServiceInvoker.java 
Log Message:
added the ability to have the AdvancedGateway translate the service result 
based on an the xml config


The first Translator is BeanListToRecordSet

Index: ServiceInvoker.java
===================================================================
RCS file: /cvsroot/openamf/openamf/src/java/org/openamf/invoker/ServiceInvoker.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ServiceInvoker.java	30 Apr 2003 01:02:04 -0000	1.5
--- ServiceInvoker.java	30 Apr 2003 19:40:32 -0000	1.6
***************
*** 25,28 ****
--- 25,44 ----
  	public abstract Object invokeService() throws ServiceInvocationException;
  
+ 	public ServiceRequest getRequest() {
+ 		return request;
+ 	}
+ 
+ 	public void setRequest(ServiceRequest request) {
+ 		this.request = request;
+ 	}
+ 
+ 	public ServletContext getServletContext() {
+ 		return servletContext;
+ 	}
+ 
+ 	public void setServletContext(ServletContext servletContext) {
+ 		this.servletContext = servletContext;
+ 	}
+ 
  	public boolean getPersistService() {
  		return false;




-------------------------------------------------------
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.