org.kuali.kfs.module.purap.dataaccess.impl
Class B2BDaoImpl

java.lang.Object
  extended by org.kuali.kfs.module.purap.dataaccess.impl.B2BDaoImpl
All Implemented Interfaces:
B2BDao

public class B2BDaoImpl
extends Object
implements B2BDao


Constructor Summary
B2BDaoImpl()
           
 
Method Summary
 String sendPunchOutRequest(String request, String punchoutUrl)
          Take the request XML, post it to SciQuest, then get the response XML and return it.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

B2BDaoImpl

public B2BDaoImpl()
Method Detail

sendPunchOutRequest

public String sendPunchOutRequest(String request,
                                  String punchoutUrl)
Take the request XML, post it to SciQuest, then get the response XML and return it.

Specified by:
sendPunchOutRequest in interface B2BDao


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.