Uses of Interface
de.knipp.rritoolkit.response.ResponseVisitor

Packages that use ResponseVisitor
de.knipp.rritoolkit.response   
 

Uses of ResponseVisitor in de.knipp.rritoolkit.response
 

Classes in de.knipp.rritoolkit.response that implement ResponseVisitor
 class AbstractResponseVisitor
          abstract implementation that implements the visit method for Request as an empty method and all other methods to call this method
 

Methods in de.knipp.rritoolkit.response with parameters of type ResponseVisitor
 void DomainTransitResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void Response.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void DomainMigrateDescrResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void ContactCheckResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void DomainCreateResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void DomainChangeProvResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void AuthInfo1CreateResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void AuthInfo1DeleteResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void ContactInfoResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void LogoutResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void DomainChangeHolderResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void DomainCheckResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void ContactUpdateResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void QueueDeleteResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void QueueReadResponse.accept(ResponseVisitor visitor)
          calls the suitable method of the given visitor
 void DomainInfoResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void AuthInfo2CreateResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void LoginResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void DomainDeleteResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void DomainUpdateResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 void ContactCreateResponse.accept(ResponseVisitor visitor)
          call the suitable method of the given visitor
 



Copyright © 2005-2011 Knipp Medien und Kommunikation GmbH