Package com.sun.xml.wss.impl.callback
Class TimestampValidationCallback
- java.lang.Object
-
- com.sun.xml.wss.impl.callback.XWSSCallback
-
- com.sun.xml.wss.impl.callback.TimestampValidationCallback
-
- All Implemented Interfaces:
Callback
public class TimestampValidationCallback extends XWSSCallback implements Callback
- Author:
- abhijit.das@Sun.COM
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimestampValidationCallback.Requeststatic classTimestampValidationCallback.TimestampValidationExceptionstatic interfaceTimestampValidationCallback.TimestampValidatorstatic classTimestampValidationCallback.UTCTimestampRequest
-
Constructor Summary
Constructors Constructor Description TimestampValidationCallback(TimestampValidationCallback.Request request)Creates a new instance of TimestampValidationCallback
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgetResult()voidsetValidator(TimestampValidationCallback.TimestampValidator validator)The CallbackHandler handling this callbacl should set the validator.-
Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
-
-
-
-
Constructor Detail
-
TimestampValidationCallback
public TimestampValidationCallback(TimestampValidationCallback.Request request)
Creates a new instance of TimestampValidationCallback
-
-
Method Detail
-
getResult
public void getResult() throws TimestampValidationCallback.TimestampValidationException
-
setValidator
public void setValidator(TimestampValidationCallback.TimestampValidator validator)
The CallbackHandler handling this callbacl should set the validator.
-
-