/////////////////////////////////////////////////////////////////////////////
// This is the Client Stub Class genarated by the tool WSDL2Ws
// PricerProxy.h: interface for the PricerProxyclass.
//
//////////////////////////////////////////////////////////////////////
#if !defined(__PRICERPROXY_CLIENTSTUB_H__INCLUDED_)
#define __PRICERPROXY_CLIENTSTUB_H__INCLUDED_

#include <axis/client/Call.h>
#include "ArrayOf_xsd_double.h"

class PricerProxy 
{
private:
	Call* m_pCall;
public:
	PricerProxy();
public:
	virtual ~PricerProxy();
public: 
	string value_async(ArrayOf_xsd_double Value0);
	double value(ArrayOf_xsd_double Value0);
	string npv_async(ArrayOf_xsd_double Value0);
	ArrayOf_xsd_double npv(ArrayOf_xsd_double Value0);
	anyType collectAsync(string Value0);
	string create();
	void destroy();
};

#endif // !defined(__PRICERPROXY_CLIENTSTUB_H__INCLUDED_)
