org.zlatan.wsdl
Class CompletePurchaseOrderBindingImpl

java.lang.Object
  extended byorg.zlatan.wsdl.CompletePurchaseOrderBindingImpl
All Implemented Interfaces:
CompletePurchaseOrderPT, java.rmi.Remote

public class CompletePurchaseOrderBindingImpl
extends java.lang.Object
implements CompletePurchaseOrderPT

Implementazione del web service CompletePurchaseOrder.


Constructor Summary
CompletePurchaseOrderBindingImpl()
          Costruttore.
 
Method Summary
 CompletePurchaseOrderOutputType completePO(CompletePurchaseOrderInputType completePurchaseOrderInput)
          Il metodo esposto come operazione del web service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompletePurchaseOrderBindingImpl

public CompletePurchaseOrderBindingImpl()
Costruttore. Dichiara un oggetto di tipo CompletePurchaseOrder a cui demandare l'elaborazione dei messaggi in arrivo e lo inizializza con i valori contenuti nel file di configurazione completepo-ws-config.xml.

See Also:
CompletePurchaseOrder, ConfigFile
Method Detail

completePO

public CompletePurchaseOrderOutputType completePO(CompletePurchaseOrderInputType completePurchaseOrderInput)
                                           throws java.rmi.RemoteException,
                                                  PartnerNumberNotFoundMessage,
                                                  PartnerNumberMismatchMessage
Il metodo esposto come operazione del web service.

Specified by:
completePO in interface CompletePurchaseOrderPT
Parameters:
completePurchaseOrderInput - le chiavi dei dati da cercare nel database
Returns:
i dati trovati nel database
Throws:
java.rmi.RemoteException
PartnerNumberNotFoundMessage
PartnerNumberMismatchMessage
See Also:
CompletePurchaseOrder