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:
com.sun.xml.wss.impl.callback.TimestampValidationCallback.TimestampValidator

public class DefaultTimestampValidator
extends Object
implements com.sun.xml.wss.impl.callback.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(com.sun.xml.wss.impl.callback.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(com.sun.xml.wss.impl.callback.TimestampValidationCallback.Request request)
              throws com.sun.xml.wss.impl.callback.TimestampValidationCallback.TimestampValidationException
Specified by:
validate in interface com.sun.xml.wss.impl.callback.TimestampValidationCallback.TimestampValidator
Throws:
com.sun.xml.wss.impl.callback.TimestampValidationCallback.TimestampValidationException

Spring Web Services Framework

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