com.ibm.soa.sp.pxnotify
Class DeliveryConfirmationCallbackInterfaceProxy

java.lang.Object
  extended by com.ibm.soa.sp.pxnotify.DeliveryConfirmationCallbackInterfaceProxy
All Implemented Interfaces:
DeliveryConfirmationCallbackInterface, java.rmi.Remote

public class DeliveryConfirmationCallbackInterfaceProxy
extends java.lang.Object
implements DeliveryConfirmationCallbackInterface


Constructor Summary
DeliveryConfirmationCallbackInterfaceProxy()
           
 
Method Summary
 DeliverConfirmationResponse deliverConfirmation(DeliverConfirmationRequest parameters)
           
 DeliveryConfirmationCallbackInterface getDeliveryConfirmationCallbackInterface()
           
 java.lang.String getEndpoint()
           
 void setEndpoint(java.lang.String endpoint)
           
 void useJNDI(boolean useJNDI)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeliveryConfirmationCallbackInterfaceProxy

public DeliveryConfirmationCallbackInterfaceProxy()
Method Detail

useJNDI

public void useJNDI(boolean useJNDI)

getEndpoint

public java.lang.String getEndpoint()

setEndpoint

public void setEndpoint(java.lang.String endpoint)

getDeliveryConfirmationCallbackInterface

public DeliveryConfirmationCallbackInterface getDeliveryConfirmationCallbackInterface()

deliverConfirmation

public DeliverConfirmationResponse deliverConfirmation(DeliverConfirmationRequest parameters)
                                                throws java.rmi.RemoteException
Specified by:
deliverConfirmation in interface DeliveryConfirmationCallbackInterface
Throws:
java.rmi.RemoteException


Copyright © 2003 IBM Corp. All Rights Reserved.