|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.knipp.rritoolkit.response.AbstractResponseVisitor
public abstract class AbstractResponseVisitor
abstract implementation that implements the visit
method
for Request
as an empty method and all other methods
to call this method
Constructor Summary | |
---|---|
AbstractResponseVisitor()
|
Method Summary | |
---|---|
void |
visit(AuthInfo1CreateResponse response)
called by an AuthInfo 1 create response |
void |
visit(AuthInfo1DeleteResponse response)
called by an AuthInfo 1 delete response |
void |
visit(AuthInfo2CreateResponse response)
called by an AuthInfo 2 create response |
void |
visit(ContactCheckResponse response)
called by a contact check response |
void |
visit(ContactCreateResponse response)
called by a contact create response |
void |
visit(ContactInfoResponse response)
called by a contact info response |
void |
visit(ContactUpdateResponse response)
called by a contact update response |
void |
visit(DomainChangeHolderResponse response)
called by a domain change holder response |
void |
visit(DomainChangeProvResponse response)
called by a domain change prov response |
void |
visit(DomainCheckResponse response)
called by a domain check response |
void |
visit(DomainCreateResponse response)
called by a domain create response |
void |
visit(DomainDeleteResponse response)
called by a domain delete response |
void |
visit(DomainInfoResponse response)
called by a domain info response |
void |
visit(DomainMigrateDescrResponse response)
called by a domain migrate description response |
void |
visit(DomainTransitResponse response)
called by a domain transit response |
void |
visit(DomainUpdateResponse response)
called by a domain update response |
void |
visit(LoginResponse response)
called by a login response |
void |
visit(LogoutResponse response)
called by a logout response |
void |
visit(QueueDeleteResponse response)
called by queue delete response |
void |
visit(QueueReadResponse response)
called by a queue read response |
void |
visit(Response response)
called by a generic response |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractResponseVisitor()
Method Detail |
---|
public void visit(Response response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(ContactCheckResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(ContactCreateResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(ContactInfoResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(ContactUpdateResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(DomainChangeHolderResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(DomainChangeProvResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(DomainCheckResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(DomainCreateResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(DomainDeleteResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(DomainInfoResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(DomainTransitResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(DomainUpdateResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(DomainMigrateDescrResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(LoginResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(LogoutResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(QueueDeleteResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(QueueReadResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(AuthInfo1CreateResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(AuthInfo1DeleteResponse response)
visit
in interface ResponseVisitor
response
- the responsepublic void visit(AuthInfo2CreateResponse response)
visit
in interface ResponseVisitor
response
- the response
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |