Uses of Class
org.openspml.v2.msg.spml.Response

Packages that use Response
org.openspml.v2.client   
org.openspml.v2.msg.pass   
org.openspml.v2.msg.spml   
org.openspml.v2.msg.spmlasync   
org.openspml.v2.msg.spmlbatch   
org.openspml.v2.msg.spmlbulk   
org.openspml.v2.msg.spmlsearch   
org.openspml.v2.msg.spmlsuspend   
org.openspml.v2.msg.spmlupdates   
org.openspml.v2.provider   
org.openspml.v2.util   
 

Uses of Response in org.openspml.v2.client
 

Methods in org.openspml.v2.client that return Response
 Response Spml2Client.send(Request req)
          Send an XmlObject as the body of a SOAP request.
 

Methods in org.openspml.v2.client with parameters of type Response
 void Spml2Client.throwErrors(Response res)
           
 

Uses of Response in org.openspml.v2.msg.pass
 

Subclasses of Response in org.openspml.v2.msg.pass
(package private)  class org.openspml.v2.msg.pass.BasicPasswordResponse
           
 class ExpirePasswordResponse
           
 class ResetPasswordResponse
          
 class SetPasswordResponse
           
 class ValidatePasswordResponse
          
 

Uses of Response in org.openspml.v2.msg.spml
 

Subclasses of Response in org.openspml.v2.msg.spml
 class AddResponse
          
 class DeleteResponse
          This class is not appearing in the .xsd, but we'd like to have a named Repsonse for the Delete operation.
 class ListTargetsResponse
          
 class LookupResponse
          
 class ModifyResponse
          
 

Uses of Response in org.openspml.v2.msg.spmlasync
 

Subclasses of Response in org.openspml.v2.msg.spmlasync
(package private)  class org.openspml.v2.msg.spmlasync.BasicResponse
           
 class CancelResponse
          
 class StatusResponse
          
 

Uses of Response in org.openspml.v2.msg.spmlbatch
 

Subclasses of Response in org.openspml.v2.msg.spmlbatch
 class BatchResponse
           Elements that extend spml:ResponseType
 

Methods in org.openspml.v2.msg.spmlbatch with parameters of type Response
 void BatchResponse.addResponse(Response resp)
           
 boolean BatchResponse.removeResponse(Response resp)
           
 

Uses of Response in org.openspml.v2.msg.spmlbulk
 

Subclasses of Response in org.openspml.v2.msg.spmlbulk
 class BulkDeleteResponse
           
 class BulkModifyResponse
           
 

Uses of Response in org.openspml.v2.msg.spmlsearch
 

Subclasses of Response in org.openspml.v2.msg.spmlsearch
 class CloseIteratorResponse
           
 class IterateResponse
          
 class SearchResponse
          
 

Uses of Response in org.openspml.v2.msg.spmlsuspend
 

Subclasses of Response in org.openspml.v2.msg.spmlsuspend
 class ActiveResponse
          
 class ResumeResponse
           
 class SuspendResponse
           
 

Uses of Response in org.openspml.v2.msg.spmlupdates
 

Subclasses of Response in org.openspml.v2.msg.spmlupdates
 class UpdatesResponse
          
 

Uses of Response in org.openspml.v2.provider
 

Methods in org.openspml.v2.provider that return Response
 Response SPMLExecutor.execute(Request request)
           
 

Methods in org.openspml.v2.provider with parameters of type Response
 java.lang.String SPMLMarshaller.marshallResponse(Response responseType)
           
 

Uses of Response in org.openspml.v2.util
 

Methods in org.openspml.v2.util that return Response
 Response Spml2ExceptionWithResponse.getResponse()
           
 

Methods in org.openspml.v2.util with parameters of type Response
 java.lang.String SimpleSPMLMarshaller.marshallResponse(Response response)
           
 

Constructors in org.openspml.v2.util with parameters of type Response
Spml2ExceptionWithResponse(Response response)
           
Spml2ExceptionWithResponse(java.lang.String message, Response response)
           
Spml2ExceptionWithResponse(java.lang.Throwable cause, Response response)
           
Spml2ExceptionWithResponse(java.lang.String message, java.lang.Throwable cause, Response response)
           
 



Copyright © Sun Microsystems, Inc. All Rights Reserved.