TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

org.eclipse.tptp.wsdm.tooling.editor.capability.command.operation.internal
Class AddExceptionCommand

java.lang.Object
  extended byorg.eclipse.tptp.wsdm.tooling.editor.capability.command.operation.internal.AddExceptionCommand

public class AddExceptionCommand
extends java.lang.Object

Command class to add an exception to the operation.


Constructor Summary
AddExceptionCommand(CapabilityDomain capabilityDomain, javax.wsdl.Operation operation, javax.wsdl.Fault fault)
          Creates a new object of this class.
 
Method Summary
 void execute()
          Execute the command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddExceptionCommand

public AddExceptionCommand(CapabilityDomain capabilityDomain,
                           javax.wsdl.Operation operation,
                           javax.wsdl.Fault fault)
Creates a new object of this class.

Method Detail

execute

public void execute()
Execute the command.
This will add a new wsdl message for fault.


TPTP 4.4.0 Monitoring Tools Project
Internal API Specification