com.eviware.soapui.impl.wsdl.support.wss.entries
Class WssContainerListenerAdapter
java.lang.Object
com.eviware.soapui.impl.wsdl.support.wss.entries.WssContainerListenerAdapter
- All Implemented Interfaces:
- WssContainerListener
public class WssContainerListenerAdapter
- extends java.lang.Object
- implements WssContainerListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WssContainerListenerAdapter
public WssContainerListenerAdapter()
cryptoAdded
public void cryptoAdded(WssCrypto crypto)
- Specified by:
cryptoAdded
in interface WssContainerListener
cryptoRemoved
public void cryptoRemoved(WssCrypto crypto)
- Specified by:
cryptoRemoved
in interface WssContainerListener
incomingWssAdded
public void incomingWssAdded(IncomingWss incomingWss)
- Specified by:
incomingWssAdded
in interface WssContainerListener
incomingWssRemoved
public void incomingWssRemoved(IncomingWss incomingWss)
- Specified by:
incomingWssRemoved
in interface WssContainerListener
outgoingWssAdded
public void outgoingWssAdded(OutgoingWss outgoingWss)
- Specified by:
outgoingWssAdded
in interface WssContainerListener
outgoingWssEntryAdded
public void outgoingWssEntryAdded(WssEntry entry)
- Specified by:
outgoingWssEntryAdded
in interface WssContainerListener
outgoingWssEntryRemoved
public void outgoingWssEntryRemoved(WssEntry entry)
- Specified by:
outgoingWssEntryRemoved
in interface WssContainerListener
outgoingWssRemoved
public void outgoingWssRemoved(OutgoingWss outgoingWss)
- Specified by:
outgoingWssRemoved
in interface WssContainerListener
cryptoUpdated
public void cryptoUpdated(WssCrypto crypto)
- Specified by:
cryptoUpdated
in interface WssContainerListener
Copyright © 2005-2008 eviware.com. All Rights Reserved.