Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


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

Skip navigation links

Oracle® Fusion Middleware Content Integration Suite (CIS) Java API Reference
11g Release 1 (11.1)

E17350-01


Copyright © 1996, 2010, Oracle and/or its affiliates. All rights reserved.