com.ibm.soa.sp.netres
Class NetworkResourceInterfaceProxy
java.lang.Object
com.ibm.soa.sp.netres.NetworkResourceInterfaceProxy
- All Implemented Interfaces:
- NetworkResourceInterface, java.rmi.Remote
public class NetworkResourceInterfaceProxy
- extends java.lang.Object
- implements NetworkResourceInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworkResourceInterfaceProxy
public NetworkResourceInterfaceProxy()
useJNDI
public void useJNDI(boolean useJNDI)
getEndpoint
public java.lang.String getEndpoint()
setEndpoint
public void setEndpoint(java.lang.String endpoint)
getNetworkResourceInterface
public NetworkResourceInterface getNetworkResourceInterface()
retrieveResourceProperties
public ResourceProperty[] retrieveResourceProperties(RetrieveResourcePropertiesRequest parameters)
throws java.rmi.RemoteException,
NetworkResourceRetrievalFault,
NoSuchResourceFault,
InvalidResourcePropertyFault
- Specified by:
retrieveResourceProperties
in interface NetworkResourceInterface
- Throws:
java.rmi.RemoteException
NetworkResourceRetrievalFault
NoSuchResourceFault
InvalidResourcePropertyFault
retrieveAllResourceProperties
public ResourceProperty[] retrieveAllResourceProperties(RetrieveAllResourcePropertiesRequest parameters)
throws java.rmi.RemoteException,
NetworkResourceRetrievalFault,
NoSuchResourceFault,
InvalidResourcePropertyFault
- Specified by:
retrieveAllResourceProperties
in interface NetworkResourceInterface
- Throws:
java.rmi.RemoteException
NetworkResourceRetrievalFault
NoSuchResourceFault
InvalidResourcePropertyFault
Copyright © 2003 IBM Corp. All Rights Reserved.