![JAR search and dependency download from the Maven repository](/logo.png)
org.mule.samples.voipservice.interfaces.BankAgency Maven / Gradle / Ivy
/*
* $Id: BankAgency.java 7976 2007-08-21 14:26:13Z dirk.olmes $
* --------------------------------------------------------------------------------------
* Copyright (c) MuleSource, Inc. All rights reserved. http://www.mulesource.com
*
* The software in this package is published under the terms of the CPAL v1.0
* license, a copy of which has been included with this distribution in the
* LICENSE.txt file.
*/
package org.mule.samples.voipservice.interfaces;
import org.mule.samples.voipservice.to.CreditProfileTO;
import java.io.IOException;
/**
* @author Binildas Christudas
*/
public interface BankAgency
{
CreditProfileTO getAuthorisedStatus(CreditProfileTO creditProfileTO) throws IOException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy