com.sun.xml.ws.security.opt.impl.incoming.processor
Class TimestampProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.incoming.processor.TimestampProcessor
- All Implemented Interfaces:
- StreamFilter
public class TimestampProcessor
- extends Object
- implements StreamFilter
- Author:
- Ashutosh.Shahi@sun.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimestampProcessor
public TimestampProcessor(JAXBFilterProcessingContext ctx)
- Creates a new instance of TimestampProcessor
accept
public boolean accept(XMLStreamReader reader)
- parses the time stamp and sets different members of this class
- Specified by:
accept in interface StreamFilter
- Parameters:
reader - XMLStreamReader
- Returns:
- boolean
getCreated
public String getCreated()
getExpires
public String getExpires()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.