com.eviware.soapui.impl.wsdl.support.wss.entries
Class AddTimestampEntry

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.support.wss.entries.WssEntryBase
      extended by com.eviware.soapui.impl.wsdl.support.wss.entries.AddTimestampEntry
All Implemented Interfaces:
WssEntry, PropertyExpansionContainer, RegistryEntry<com.eviware.soapui.config.WSSEntryConfig,OutgoingWss>

public class AddTimestampEntry
extends WssEntryBase


Nested Class Summary
 
Nested classes/interfaces inherited from class com.eviware.soapui.impl.wsdl.support.wss.entries.WssEntryBase
WssEntryBase.KeyAliasComboBoxModel, WssEntryBase.KeyIdentifierTypeRenderer
 
Field Summary
static java.lang.String TYPE
           
 
Constructor Summary
AddTimestampEntry()
           
 
Method Summary
protected  javax.swing.JComponent buildUI()
           
 java.lang.String getTimeToLive()
           
 void init(com.eviware.soapui.config.WSSEntryConfig config, OutgoingWss container)
           
 boolean isStrictTimestamp()
           
protected  void load(XmlObjectConfigurationReader reader)
           
 void process(org.apache.ws.security.message.WSSecHeader secHeader, org.w3c.dom.Document doc, PropertyExpansionContext context)
           
protected  void save(XmlObjectConfigurationBuilder builder)
           
 void setStrictTimestamp(boolean strictTimestamp)
           
 void setTimeToLive(java.lang.String timeToLive)
           
 
Methods inherited from class com.eviware.soapui.impl.wsdl.support.wss.entries.WssEntryBase
addPropertyChangeListener, addPropertyExpansions, createWSParts, getConfigurationPanel, getLabel, getOutgoingWss, getPassword, getPropertyExpansions, getUsername, getWssContainer, init, readParts, release, removePropertyChangeListener, saveConfig, saveParts, setConfig, setPassword, setUsername, toString, udpateConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.String TYPE
See Also:
Constant Field Values
Constructor Detail

AddTimestampEntry

public AddTimestampEntry()
Method Detail

init

public void init(com.eviware.soapui.config.WSSEntryConfig config,
                 OutgoingWss container)

buildUI

protected javax.swing.JComponent buildUI()
Specified by:
buildUI in class WssEntryBase

load

protected void load(XmlObjectConfigurationReader reader)
Specified by:
load in class WssEntryBase

save

protected void save(XmlObjectConfigurationBuilder builder)
Specified by:
save in class WssEntryBase

process

public void process(org.apache.ws.security.message.WSSecHeader secHeader,
                    org.w3c.dom.Document doc,
                    PropertyExpansionContext context)

getTimeToLive

public java.lang.String getTimeToLive()

isStrictTimestamp

public boolean isStrictTimestamp()

setStrictTimestamp

public void setStrictTimestamp(boolean strictTimestamp)

setTimeToLive

public void setTimeToLive(java.lang.String timeToLive)


Copyright © 2005-2010 eviware.com. All Rights Reserved.