TPTP 4.4.0 Monitoring Tools Project
Internal API Specification

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

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

public class RemoveOperationCommand
extends java.lang.Object

Command class to remove the operation.
It will remove the Messages and XSD Elemenet declaration too.


Constructor Summary
RemoveOperationCommand(CapabilityDomain capabilityDomain, javax.wsdl.Operation operation)
          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

RemoveOperationCommand

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

Method Detail

execute

public void execute()
Execute the command.
This will remove the wsdl messages and part elements for the given operation.
But if referenced messages is defined in some other wsdl file then it will remove only given operation.


TPTP 4.4.0 Monitoring Tools Project
Internal API Specification