Uses of Interface
org.jivesoftware.util.Verification

Packages that use Verification
org.jivesoftware.util   
 

Uses of Verification in org.jivesoftware.util
 

Fields in org.jivesoftware.util declared as Verification
static Verification<Packet,Packet> Verification.correspondingSenderReceiver
          Verifies that the "To" field of the request corresponds with the "From" field of the response.
static Verification<IQ,Packet> Verification.requestTypeERROR
          Verifies that the type of the request is an ERROR.
static Verification<IQ,Packet> Verification.requestTypeGET
          Verifies that the type of the request is a GET.
static Verification<IQ,Packet> Verification.requestTypeRESULT
          Verifies that the type of the request is a RESULT.
static Verification<IQ,Packet> Verification.requestTypeSET
          Verifies that the type of the request is a SET.
 

Methods in org.jivesoftware.util with parameters of type Verification
 void Protocol.addResponse(Packet response, Verification<?,?>... verifications)
          Adds a responses and all verifications for the request/response pair to the protocol.