com.ibm.soa.sp.privacy
Class PrivacyInterfaceProxy

java.lang.Object
  extended by com.ibm.soa.sp.privacy.PrivacyInterfaceProxy
All Implemented Interfaces:
PrivacyInterface, java.rmi.Remote

public class PrivacyInterfaceProxy
extends java.lang.Object
implements PrivacyInterface


Constructor Summary
PrivacyInterfaceProxy()
           
 
Method Summary
 java.lang.String getEndpoint()
           
 PrivacyInterface getPrivacyInterface()
           
 void setEndpoint(java.lang.String endpoint)
           
 void useJNDI(boolean useJNDI)
           
 boolean[] verifyPrivacyPermits(VerifyPrivacyPermitsRequest parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrivacyInterfaceProxy

public PrivacyInterfaceProxy()
Method Detail

useJNDI

public void useJNDI(boolean useJNDI)

getEndpoint

public java.lang.String getEndpoint()

setEndpoint

public void setEndpoint(java.lang.String endpoint)

getPrivacyInterface

public PrivacyInterface getPrivacyInterface()

verifyPrivacyPermits

public boolean[] verifyPrivacyPermits(VerifyPrivacyPermitsRequest parameters)
                               throws java.rmi.RemoteException,
                                      PrivacyRetrievalFault
Specified by:
verifyPrivacyPermits in interface PrivacyInterface
Throws:
java.rmi.RemoteException
PrivacyRetrievalFault


Copyright © 2003 IBM Corp. All Rights Reserved.