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
-
-
Constructor Summary
Constructors Constructor Description TimestampProcessor(JAXBFilterProcessingContext ctx)Creates a new instance of TimestampProcessor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaccept(XMLStreamReader reader)parses the time stamp and sets different members of this classStringgetCreated()StringgetExpires()
-
-
-
Constructor Detail
-
TimestampProcessor
public TimestampProcessor(JAXBFilterProcessingContext ctx)
Creates a new instance of TimestampProcessor
-
-
Method Detail
-
accept
public boolean accept(XMLStreamReader reader)
parses the time stamp and sets different members of this class- Specified by:
acceptin interfaceStreamFilter- Parameters:
reader- XMLStreamReader- Returns:
- boolean
-
getCreated
public String getCreated()
-
getExpires
public String getExpires()
-
-