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:
- javax.xml.stream.StreamFilter
public class TimestampProcessor
- extends Object
- implements javax.xml.stream.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(javax.xml.stream.XMLStreamReader reader)
- parses the time stamp and sets different members of this class
- Specified by:
accept in interface javax.xml.stream.StreamFilter
- Parameters:
reader - XMLStreamReader
- Returns:
- boolean
getCreated
public String getCreated()
getExpires
public String getExpires()
Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.