Spring Web Services Framework

org.springframework.ws.soap.security.xwss.callback
Class DefaultTimestampValidator

java.lang.Object
  extended by org.springframework.ws.soap.security.xwss.callback.DefaultTimestampValidator
All Implemented Interfaces:
TimestampValidationCallback.TimestampValidator

public class DefaultTimestampValidator
extends Object
implements TimestampValidationCallback.TimestampValidator

A default implementation of a TimestampValidationCallback.TimestampValidator. Based on a version found in the JWSDP samples.

Since:
1.0.0
Author:
Arjen Poutsma

Constructor Summary
DefaultTimestampValidator()
           
 
Method Summary
 void validate(TimestampValidationCallback.Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultTimestampValidator

public DefaultTimestampValidator()
Method Detail

validate

public void validate(TimestampValidationCallback.Request request)
              throws TimestampValidationCallback.TimestampValidationException
Specified by:
validate in interface TimestampValidationCallback.TimestampValidator
Throws:
TimestampValidationCallback.TimestampValidationException

Spring Web Services Framework

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.