com.eviware.soapui.impl.wsdl.support.wss
Interface WssEntry

All Superinterfaces:
RegistryEntry<com.eviware.soapui.config.WSSEntryConfig,OutgoingWss>
All Known Implementing Classes:
AddEncryptionEntry, AddSAMLEntry, AddSignatureEntry, AddTimestampEntry, AddUsernameEntry, WssEntryBase

public interface WssEntry
extends RegistryEntry<com.eviware.soapui.config.WSSEntryConfig,OutgoingWss>


Method Summary
 javax.swing.JComponent getConfigurationPanel()
           
 java.lang.String getLabel()
           
 OutgoingWss getOutgoingWss()
           
 void process(org.apache.ws.security.message.WSSecHeader secHeader, org.w3c.dom.Document doc, PropertyExpansionContext context)
           
 void release()
           
 void udpateConfig(com.eviware.soapui.config.WSSEntryConfig config)
           
 
Methods inherited from interface com.eviware.soapui.support.registry.RegistryEntry
init
 

Method Detail

process

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

getConfigurationPanel

javax.swing.JComponent getConfigurationPanel()

getLabel

java.lang.String getLabel()

getOutgoingWss

OutgoingWss getOutgoingWss()

udpateConfig

void udpateConfig(com.eviware.soapui.config.WSSEntryConfig config)

release

void release()


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