org.gcube.personalization.userprofileaccess.stubs.bindings
Class UserProfileAccessPortTypeSOAPBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by org.gcube.personalization.userprofileaccess.stubs.bindings.UserProfileAccessPortTypeSOAPBindingStub
All Implemented Interfaces:
Remote, javax.xml.rpc.Stub, UserProfileAccessPortType

public class UserProfileAccessPortTypeSOAPBindingStub
extends org.apache.axis.client.Stub
implements UserProfileAccessPortType


Field Summary
 
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
UserProfileAccessPortTypeSOAPBindingStub()
           
UserProfileAccessPortTypeSOAPBindingStub(javax.xml.rpc.Service service)
           
UserProfileAccessPortTypeSOAPBindingStub(URL endpointURL, javax.xml.rpc.Service service)
           
 
Method Summary
protected  org.apache.axis.client.Call createCall()
           
 org.gcube.common.core.types.VOID deleteElement(String parameters)
           
 org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy destroyRequest)
           
 GetElementResponse getElement(String parameters)
           
 String getElementValue(String parameters)
           
 org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element getMultipleResourcePropertiesRequest)
           
 org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(QName getResourcePropertyRequest)
           
 String getUserProfile(org.gcube.common.core.types.VOID parameters)
           
 org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element queryResourcePropertiesRequest)
           
 org.gcube.common.core.types.VOID setElement(SetElement parameters)
           
 org.gcube.common.core.types.VOID setElementValue(SetElementValue parameters)
           
 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)
           
 org.gcube.common.core.types.VOID updateUserProfile(String 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
 

Constructor Detail

UserProfileAccessPortTypeSOAPBindingStub

public UserProfileAccessPortTypeSOAPBindingStub()
                                         throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

UserProfileAccessPortTypeSOAPBindingStub

public UserProfileAccessPortTypeSOAPBindingStub(URL endpointURL,
                                                javax.xml.rpc.Service service)
                                         throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

UserProfileAccessPortTypeSOAPBindingStub

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

createCall

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

getUserProfile

public String getUserProfile(org.gcube.common.core.types.VOID parameters)
                      throws RemoteException,
                             org.gcube.common.core.faults.GCUBEFault
Specified by:
getUserProfile in interface UserProfileAccessPortType
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

getElementValue

public String getElementValue(String parameters)
                       throws RemoteException,
                              org.gcube.common.core.faults.GCUBEFault
Specified by:
getElementValue in interface UserProfileAccessPortType
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

setElementValue

public org.gcube.common.core.types.VOID setElementValue(SetElementValue parameters)
                                                 throws RemoteException,
                                                        org.gcube.common.core.faults.GCUBEFault
Specified by:
setElementValue in interface UserProfileAccessPortType
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

getElement

public GetElementResponse getElement(String parameters)
                              throws RemoteException,
                                     org.gcube.common.core.faults.GCUBEFault
Specified by:
getElement in interface UserProfileAccessPortType
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

setElement

public org.gcube.common.core.types.VOID setElement(SetElement parameters)
                                            throws RemoteException,
                                                   org.gcube.common.core.faults.GCUBEFault
Specified by:
setElement in interface UserProfileAccessPortType
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

deleteElement

public org.gcube.common.core.types.VOID deleteElement(String parameters)
                                               throws RemoteException,
                                                      org.gcube.common.core.faults.GCUBEFault
Specified by:
deleteElement in interface UserProfileAccessPortType
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

updateUserProfile

public org.gcube.common.core.types.VOID updateUserProfile(String parameters)
                                                   throws RemoteException,
                                                          org.gcube.common.core.faults.GCUBEFault
Specified by:
updateUserProfile in interface UserProfileAccessPortType
Throws:
RemoteException
org.gcube.common.core.faults.GCUBEFault

getMultipleResourceProperties

public 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
Specified by:
getMultipleResourceProperties in interface UserProfileAccessPortType
Throws:
RemoteException
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType

getResourceProperty

public org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(QName getResourcePropertyRequest)
                                                                          throws RemoteException,
                                                                                 org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType,
                                                                                 org.oasis.wsrf.properties.ResourceUnknownFaultType
Specified by:
getResourceProperty in interface UserProfileAccessPortType
Throws:
RemoteException
org.oasis.wsrf.properties.InvalidResourcePropertyQNameFaultType
org.oasis.wsrf.properties.ResourceUnknownFaultType

destroy

public org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy destroyRequest)
                                                throws RemoteException,
                                                       org.oasis.wsrf.lifetime.ResourceUnknownFaultType,
                                                       org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType
Specified by:
destroy in interface UserProfileAccessPortType
Throws:
RemoteException
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
org.oasis.wsrf.lifetime.ResourceNotDestroyedFaultType

queryResourceProperties

public 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
Specified by:
queryResourceProperties in interface UserProfileAccessPortType
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

setResourceProperties

public 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
Specified by:
setResourceProperties in interface UserProfileAccessPortType
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

setTerminationTime

public 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
Specified by:
setTerminationTime in interface UserProfileAccessPortType
Throws:
RemoteException
org.oasis.wsrf.lifetime.UnableToSetTerminationTimeFaultType
org.oasis.wsrf.lifetime.ResourceUnknownFaultType
org.oasis.wsrf.lifetime.TerminationTimeChangeRejectedFaultType


Copyright © 2013. All Rights Reserved.