com.sun.xml.ws.security.opt.impl.incoming.processor
Class TimestampProcessor

java.lang.Object
  extended by 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
TimestampProcessor(JAXBFilterProcessingContext ctx)
          Creates a new instance of TimestampProcessor
 
Method Summary
 boolean accept(XMLStreamReader reader)
          parses the time stamp and sets different members of this class
 String getCreated()
           
 String getExpires()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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:
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.