public class TimestampProcessor extends Object implements StreamFilter
| Constructor and Description |
|---|
TimestampProcessor(JAXBFilterProcessingContext ctx)
Creates a new instance of TimestampProcessor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(XMLStreamReader reader)
parses the time stamp and sets different members of this class
|
String |
getCreated() |
String |
getExpires() |
public TimestampProcessor(JAXBFilterProcessingContext ctx)
public boolean accept(XMLStreamReader reader)
accept in interface StreamFilterreader - XMLStreamReaderpublic String getCreated()
public String getExpires()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.