Uses of Class
org.exoplatform.services.wsrp2.type.UpdateResponse

Packages that use UpdateResponse
org.exoplatform.services.wsrp2.type   
 

Uses of UpdateResponse in org.exoplatform.services.wsrp2.type
 

Methods in org.exoplatform.services.wsrp2.type that return UpdateResponse
 UpdateResponse BlockingInteractionResponse.getUpdateResponse()
          Gets the updateResponse value for this BlockingInteractionResponse.
 UpdateResponse HandleEventsResponse.getUpdateResponse()
          Gets the updateResponse value for this HandleEventsResponse.
 

Methods in org.exoplatform.services.wsrp2.type with parameters of type UpdateResponse
 void BlockingInteractionResponse.setUpdateResponse(UpdateResponse updateResponse)
          Sets the updateResponse value for this BlockingInteractionResponse.
 void HandleEventsResponse.setUpdateResponse(UpdateResponse updateResponse)
          Sets the updateResponse value for this HandleEventsResponse.
 

Constructors in org.exoplatform.services.wsrp2.type with parameters of type UpdateResponse
BlockingInteractionResponse(UpdateResponse updateResponse, java.lang.String redirectURL, Extension[] extensions)
           
HandleEventsResponse(UpdateResponse updateResponse, HandleEventsFailed[] failedEvents, Extension[] extensions)
           
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.