com.ibm.soa.sp.netres
Class NetworkResourceInterfaceBindingStub

java.lang.Object
  extended by com.ibm.ws.webservices.engine.client.Stub
      extended by com.ibm.soa.sp.netres.NetworkResourceInterfaceBindingStub
All Implemented Interfaces:
NetworkResourceInterface, java.rmi.Remote, javax.xml.rpc.Stub

public class NetworkResourceInterfaceBindingStub
extends com.ibm.ws.webservices.engine.client.Stub
implements NetworkResourceInterface


Nested Class Summary
 
Nested classes/interfaces inherited from class com.ibm.ws.webservices.engine.client.Stub
com.ibm.ws.webservices.engine.client.Stub.Invoke
 
Field Summary
 
Fields inherited from class com.ibm.ws.webservices.engine.client.Stub
cachedEndpoint, cachedhttpProxyHost, cachedhttpProxyPassword, cachedhttpProxyPort, cachedhttpProxyUser, cachedhttpRedirectEnabled, cachedhttpsProxyHost, cachedhttpsProxyPassword, cachedhttpsProxyPort, cachedhttpsProxyUser, cachedPassword, cachedPortName, cachedProperties, cachedRequestSoapHeaders, cachedRequestTransportHeaders, cachedResponseSoapHeaders, cachedResponseSoapHeaderTemplates, cachedResponseTransportHeaders, cachedResponseTransportHeadersTemplate, cachedSessionContext, cachedsslCfgName, cachedTimeout, cachedUsername, cachedWriteTimeout, connection, engine, maintainSession, maintainSessionSet, messageContexts, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
NetworkResourceInterfaceBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
 ResourceProperty[] retrieveAllResourceProperties(RetrieveAllResourcePropertiesRequest parameters)
           
 ResourceProperty[] retrieveResourceProperties(RetrieveResourcePropertiesRequest parameters)
           
 
Methods inherited from class com.ibm.ws.webservices.engine.client.Stub
_getProperty, _getPropertyNames, _setProperty, convert, getPassword, getPortName, getTimeout, getTypeMapping, getUsername, primeMessageContext, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername, setWriteTimeout, validateSoapHeadersHashMap, validateTransportPropertiesHashMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NetworkResourceInterfaceBindingStub

public NetworkResourceInterfaceBindingStub(java.net.URL endpointURL,
                                           javax.xml.rpc.Service service)
                                    throws com.ibm.ws.webservices.engine.WebServicesFault
Throws:
com.ibm.ws.webservices.engine.WebServicesFault
Method Detail

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.