Uses of Class
ee.jakarta.tck.ws.rs.signaturetest.Recorder
Packages that use Recorder
-
Uses of Recorder in ee.jakarta.tck.ws.rs.signaturetest
Subclasses of Recorder in ee.jakarta.tck.ws.rs.signaturetestModifier and TypeClassDescriptionclass
This implementation ofRecorder
will record signatures using theApiCheck
framework.class
This implementation ofRecorder
will record signatures using theSignature Test
framework.Methods in ee.jakarta.tck.ws.rs.signaturetest that return RecorderModifier and TypeMethodDescriptionstatic Recorder
RecorderFactory.getRecorder
(String type, String[] args) Returns aRecorder
instance to handle recording signatures based on the value specified via thetype
argument.