uk.org.ogsadai.service.wsrf.dataservice.bindings
Class DataServicePortTypeSOAPBindingStub

java.lang.Object
  extended byorg.apache.axis.client.Stub
      extended byuk.org.ogsadai.service.wsrf.dataservice.bindings.DataServicePortTypeSOAPBindingStub
All Implemented Interfaces:
DataServicePortType, java.rmi.Remote, javax.xml.rpc.Stub

public class DataServicePortTypeSOAPBindingStub
extends org.apache.axis.client.Stub
implements DataServicePortType


Field Summary
(package private) static org.apache.axis.description.OperationDesc[] _operations
           
private  java.util.Vector cachedDeserFactories
           
private  java.util.Vector cachedSerClasses
           
private  java.util.Vector cachedSerFactories
           
private  java.util.Vector cachedSerQNames
           
 
Fields inherited from class org.apache.axis.client.Stub
cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service
 
Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY
 
Constructor Summary
DataServicePortTypeSOAPBindingStub()
           
DataServicePortTypeSOAPBindingStub(javax.xml.rpc.Service service)
           
DataServicePortTypeSOAPBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
private static void _initOperationDesc1()
           
private static void _initOperationDesc2()
           
protected  org.apache.axis.client.Call createCall()
           
 GetResponse getBlock(GetBlock parameters)
           
 GetResponse getFully(GetFully parameters)
           
 org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
           
 GetResponse getNBlocks(GetNBlocks parameters)
           
 org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
           
 GetVersionResponse getVersion(GetVersion parameters)
           
 ListResourcesResponse listResources(ListResources parameters)
           
 PerformResponse perform(Perform parameters)
           
 PutResponse putBlock(PutBlock parameters)
           
 PutResponse putFully(PutFully parameters)
           
 org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element queryResourcePropertiesRequest)
           
 TerminateResponse terminate(Terminate parameters)
           
 
Methods inherited from class org.apache.axis.client.Stub
_getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cachedSerClasses

private java.util.Vector cachedSerClasses

cachedSerQNames

private java.util.Vector cachedSerQNames

cachedSerFactories

private java.util.Vector cachedSerFactories

cachedDeserFactories

private java.util.Vector cachedDeserFactories

_operations

static org.apache.axis.description.OperationDesc[] _operations
Constructor Detail

DataServicePortTypeSOAPBindingStub

public DataServicePortTypeSOAPBindingStub()
                                   throws org.apache.axis.AxisFault

DataServicePortTypeSOAPBindingStub

public DataServicePortTypeSOAPBindingStub(java.net.URL endpointURL,
                                          javax.xml.rpc.Service service)
                                   throws org.apache.axis.AxisFault

DataServicePortTypeSOAPBindingStub

public DataServicePortTypeSOAPBindingStub(javax.xml.rpc.Service service)
                                   throws org.apache.axis.AxisFault
Method Detail

_initOperationDesc1

private static void _initOperationDesc1()

_initOperationDesc2

private static void _initOperationDesc2()

createCall

protected org.apache.axis.client.Call createCall()
                                          throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

listResources

public ListResourcesResponse listResources(ListResources parameters)
                                    throws java.rmi.RemoteException,
                                           InternalFaultType
Specified by:
listResources in interface DataServicePortType
Throws:
java.rmi.RemoteException
InternalFaultType

getVersion

public GetVersionResponse getVersion(GetVersion parameters)
                              throws java.rmi.RemoteException,
                                     InternalFaultType
Specified by:
getVersion in interface DataServicePortType
Throws:
java.rmi.RemoteException
InternalFaultType

perform

public PerformResponse perform(Perform parameters)
                        throws java.rmi.RemoteException,
                               AuthorisationFaultType,
                               InternalFaultType,
                               ResourceBusyFaultType,
                               ResourceUnknownFaultType,
                               RequestFaultType
Specified by:
perform in interface DataServicePortType
Throws:
java.rmi.RemoteException
AuthorisationFaultType
InternalFaultType
ResourceBusyFaultType
ResourceUnknownFaultType
RequestFaultType

terminate

public TerminateResponse terminate(Terminate parameters)
                            throws java.rmi.RemoteException,
                                   AuthorisationFaultType,
                                   InternalFaultType,
                                   ResourceUnknownFaultType
Specified by:
terminate in interface DataServicePortType
Throws:
java.rmi.RemoteException
AuthorisationFaultType
InternalFaultType
ResourceUnknownFaultType

putFully

public PutResponse putFully(PutFully parameters)
                     throws java.rmi.RemoteException,
                            AuthorisationFaultType,
                            InternalFaultType,
                            ResourceBusyFaultType,
                            ResourceUnknownFaultType,
                            RequestFaultType
Specified by:
putFully in interface DataServicePortType
Throws:
java.rmi.RemoteException
AuthorisationFaultType
InternalFaultType
ResourceBusyFaultType
ResourceUnknownFaultType
RequestFaultType

putBlock

public PutResponse putBlock(PutBlock parameters)
                     throws java.rmi.RemoteException,
                            AuthorisationFaultType,
                            InternalFaultType,
                            ResourceBusyFaultType,
                            ResourceUnknownFaultType,
                            RequestFaultType
Specified by:
putBlock in interface DataServicePortType
Throws:
java.rmi.RemoteException
AuthorisationFaultType
InternalFaultType
ResourceBusyFaultType
ResourceUnknownFaultType
RequestFaultType

getFully

public GetResponse getFully(GetFully parameters)
                     throws java.rmi.RemoteException,
                            AuthorisationFaultType,
                            InternalFaultType,
                            ResourceBusyFaultType,
                            ResourceUnknownFaultType,
                            RequestFaultType
Specified by:
getFully in interface DataServicePortType
Throws:
java.rmi.RemoteException
AuthorisationFaultType
InternalFaultType
ResourceBusyFaultType
ResourceUnknownFaultType
RequestFaultType

getBlock

public GetResponse getBlock(GetBlock parameters)
                     throws java.rmi.RemoteException,
                            AuthorisationFaultType,
                            InternalFaultType,
                            ResourceBusyFaultType,
                            ResourceUnknownFaultType,
                            RequestFaultType
Specified by:
getBlock in interface DataServicePortType
Throws:
java.rmi.RemoteException
AuthorisationFaultType
InternalFaultType
ResourceBusyFaultType
ResourceUnknownFaultType
RequestFaultType

getNBlocks

public GetResponse getNBlocks(GetNBlocks parameters)
                       throws java.rmi.RemoteException,
                              AuthorisationFaultType,
                              InternalFaultType,
                              ResourceBusyFaultType,
                              ResourceUnknownFaultType,
                              RequestFaultType
Specified by:
getNBlocks in interface DataServicePortType
Throws:
java.rmi.RemoteException
AuthorisationFaultType
InternalFaultType
ResourceBusyFaultType
ResourceUnknownFaultType
RequestFaultType

queryResourceProperties

public org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element queryResourcePropertiesRequest)
                                                                                  throws java.rmi.RemoteException,
                                                                                         org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
                                                                                         org.oasis.wsrf.properties.InvalidQueryExpressionFaultType,
                                                                                         org.oasis.wsrf.properties.QueryEvaluationErrorFaultType,
                                                                                         org.oasis.wsrf.properties.ResourceUnknownFaultType,
                                                                                         org.oasis.wsrf.properties.UnknownQueryExpressionDialectFaultType
Specified by:
queryResourceProperties in interface DataServicePortType
Throws:
java.rmi.RemoteException
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.InvalidQueryExpressionFaultType
org.oasis.wsrf.properties.QueryEvaluationErrorFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType
org.oasis.wsrf.properties.UnknownQueryExpressionDialectFaultType

getResourceProperty

public org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
                                                                          throws java.rmi.RemoteException,
                                                                                 org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
                                                                                 org.oasis.wsrf.properties.ResourceUnknownFaultType
Specified by:
getResourceProperty in interface DataServicePortType
Throws:
java.rmi.RemoteException
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType

getMultipleResourceProperties

public org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
                                                                                              throws java.rmi.RemoteException,
                                                                                                     org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
                                                                                                     org.oasis.wsrf.properties.ResourceUnknownFaultType
Specified by:
getMultipleResourceProperties in interface DataServicePortType
Throws:
java.rmi.RemoteException
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType