com.stellent.cis.client.command
Interface ICommandProxy

All Superinterfaces:
java.io.Serializable

public interface ICommandProxy
extends java.io.Serializable

Proxy object for creating an implementation of an ICommand object.


Method Summary
 ICommand createCommand()
          Create the command object associated with this proxy
 ICommandDescriptor createCommandDescriptor()
          Create the descriptor object associated with this command
 

Method Detail

createCommand

ICommand createCommand()
                       throws CommandCreateException
Create the command object associated with this proxy

Returns:
the command that is created
Throws:
CommandCreateException - if the command cannot be created

createCommandDescriptor

ICommandDescriptor createCommandDescriptor()
                                           throws CommandCreateException
Create the descriptor object associated with this command

Returns:
the command descriptor
Throws:
CommandCreateException - if the command descriptor did not exist and could not be created