public class ImportManagerPortTypeSOAPBindingStub extends org.apache.axis.client.Stub implements ImportManagerPortType
cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, serviceENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY| Constructor and Description |
|---|
ImportManagerPortTypeSOAPBindingStub() |
ImportManagerPortTypeSOAPBindingStub(javax.xml.rpc.Service service) |
ImportManagerPortTypeSOAPBindingStub(URL endpointURL,
javax.xml.rpc.Service service) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.axis.client.Call |
createCall() |
org.gcube.common.core.types.VOID |
denormalizedImportOperation(DenormalizedImportRequest request) |
org.oasis.wsrf.lifetime.DestroyResponse |
destroy(org.oasis.wsrf.lifetime.Destroy destroyRequest) |
String |
exportAsCsv(ExportRequest request) |
ColumnDefinitionArray |
getColumnsDefinition(org.gcube.common.core.types.VOID request) |
String |
getDataAsJson(Limit request) |
Status |
getImportState(org.gcube.common.core.types.VOID request) |
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse |
getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest) |
GetProgressResponse |
getProgress(org.gcube.common.core.types.VOID request) |
org.oasis.wsrf.properties.GetResourcePropertyResponse |
getResourceProperty(QName getResourcePropertyRequest) |
org.gcube.common.core.types.VOID |
importOperation(ImportRequest request) |
org.oasis.wsrf.properties.QueryResourcePropertiesResponse |
queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element queryResourcePropertiesRequest) |
org.oasis.wsrf.properties.SetResourcePropertiesResponse |
setResourceProperties(org.oasis.wsrf.properties.SetResourceProperties_Element setResourcePropertiesRequest) |
org.oasis.wsrf.lifetime.SetTerminationTimeResponse |
setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime setTerminationTimeRequest) |
_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, setUsernamepublic ImportManagerPortTypeSOAPBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ImportManagerPortTypeSOAPBindingStub(URL endpointURL, javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultpublic ImportManagerPortTypeSOAPBindingStub(javax.xml.rpc.Service service) throws org.apache.axis.AxisFault
org.apache.axis.AxisFaultprotected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteExceptionpublic org.gcube.common.core.types.VOID importOperation(ImportRequest request) throws RemoteException, org.gcube.common.core.faults.GCUBEFault
importOperation in interface ImportManagerPortTypeRemoteExceptionorg.gcube.common.core.faults.GCUBEFaultpublic org.gcube.common.core.types.VOID denormalizedImportOperation(DenormalizedImportRequest request) throws RemoteException, org.gcube.common.core.faults.GCUBEFault
denormalizedImportOperation in interface ImportManagerPortTypeRemoteExceptionorg.gcube.common.core.faults.GCUBEFaultpublic Status getImportState(org.gcube.common.core.types.VOID request) throws RemoteException, org.gcube.common.core.faults.GCUBEFault
getImportState in interface ImportManagerPortTypeRemoteExceptionorg.gcube.common.core.faults.GCUBEFaultpublic GetProgressResponse getProgress(org.gcube.common.core.types.VOID request) throws RemoteException, org.gcube.common.core.faults.GCUBEFault
getProgress in interface ImportManagerPortTypeRemoteExceptionorg.gcube.common.core.faults.GCUBEFaultpublic String getDataAsJson(Limit request) throws RemoteException, org.gcube.common.core.faults.GCUBEFault
getDataAsJson in interface ImportManagerPortTypeRemoteExceptionorg.gcube.common.core.faults.GCUBEFaultpublic ColumnDefinitionArray getColumnsDefinition(org.gcube.common.core.types.VOID request) throws RemoteException, org.gcube.common.core.faults.GCUBEFault
getColumnsDefinition in interface ImportManagerPortTypeRemoteExceptionorg.gcube.common.core.faults.GCUBEFaultpublic String exportAsCsv(ExportRequest request) throws RemoteException, org.gcube.common.core.faults.GCUBEFault
exportAsCsv in interface ImportManagerPortTypeRemoteExceptionorg.gcube.common.core.faults.GCUBEFaultpublic org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
throws RemoteException,
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
org.oasis.wsrf.properties.ResourceUnknownFaultType
getMultipleResourceProperties in interface ImportManagerPortTypeRemoteExceptionorg.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultTypeorg.oasis.wsrf.properties.ResourceUnknownFaultTypepublic org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(QName getResourcePropertyRequest) throws RemoteException, org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType, org.oasis.wsrf.properties.ResourceUnknownFaultType
getResourceProperty in interface ImportManagerPortTypeRemoteExceptionorg.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultTypeorg.oasis.wsrf.properties.ResourceUnknownFaultTypepublic org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy destroyRequest)
throws RemoteException,
org.oasis.wsrf.lifetime.ResourceUnknownFaultType,
org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType
destroy in interface ImportManagerPortTypeRemoteExceptionorg.oasis.wsrf.lifetime.ResourceUnknownFaultTypeorg.oasis.wsrf.lifetime.ResourceNotDestroyedFaultTypepublic org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element queryResourcePropertiesRequest)
throws RemoteException,
org.oasis.wsrf.properties.UnknownQueryExpressionDialectFaultType,
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
org.oasis.wsrf.properties.InvalidQueryExpressionFaultType,
org.oasis.wsrf.properties.QueryEvaluationErrorFaultType,
org.oasis.wsrf.properties.ResourceUnknownFaultType
queryResourceProperties in interface ImportManagerPortTypeRemoteExceptionorg.oasis.wsrf.properties.UnknownQueryExpressionDialectFaultTypeorg.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultTypeorg.oasis.wsrf.properties.InvalidQueryExpressionFaultTypeorg.oasis.wsrf.properties.QueryEvaluationErrorFaultTypeorg.oasis.wsrf.properties.ResourceUnknownFaultTypepublic org.oasis.wsrf.properties.SetResourcePropertiesResponse setResourceProperties(org.oasis.wsrf.properties.SetResourceProperties_Element setResourcePropertiesRequest)
throws RemoteException,
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
org.oasis.wsrf.properties.InvalidSetResourcePropertiesRequestContentFaultType,
org.oasis.wsrf.properties.SetResourcePropertyRequestFailedFaultType,
org.oasis.wsrf.properties.ResourceUnknownFaultType,
org.oasis.wsrf.properties.UnableToModifyResourcePropertyFaultType
setResourceProperties in interface ImportManagerPortTypeRemoteExceptionorg.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultTypeorg.oasis.wsrf.properties.InvalidSetResourcePropertiesRequestContentFaultTypeorg.oasis.wsrf.properties.SetResourcePropertyRequestFailedFaultTypeorg.oasis.wsrf.properties.ResourceUnknownFaultTypeorg.oasis.wsrf.properties.UnableToModifyResourcePropertyFaultTypepublic org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime setTerminationTimeRequest)
throws RemoteException,
org.oasis.wsrf.lifetime.UnableToSetTerminationTimeFaultType,
org.oasis.wsrf.lifetime.ResourceUnknownFaultType,
org.oasis.wsrf.lifetime.TerminationTimeChangeRejectedFaultType
setTerminationTime in interface ImportManagerPortTypeRemoteExceptionorg.oasis.wsrf.lifetime.UnableToSetTerminationTimeFaultTypeorg.oasis.wsrf.lifetime.ResourceUnknownFaultTypeorg.oasis.wsrf.lifetime.TerminationTimeChangeRejectedFaultTypeCopyright © 2015. All Rights Reserved.