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:
javax.xml.stream.StreamFilter

public class TimestampProcessor
extends java.lang.Object
implements javax.xml.stream.StreamFilter

Author:
Ashutosh.Shahi@sun.com

Constructor Summary
TimestampProcessor(JAXBFilterProcessingContext ctx)
          Creates a new instance of TimestampProcessor
 
Method Summary
 boolean accept(javax.xml.stream.XMLStreamReader reader)
          parses the time stamp and sets different members of this class
 java.lang.String getCreated()
           
 java.lang.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(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 java.lang.String getCreated()

getExpires

public java.lang.String getExpires()


Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.