Skip navigation links

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

E17350-01


com.stellent.cis.client.api.common
Interface ICISAPIObjectFactory.FactoryWrapper

Enclosing interface:
ICISAPIObjectFactory

public static interface ICISAPIObjectFactory.FactoryWrapper

Wrap an object before sending to the source UCPM target for initialization. Used primarially for handling cases of legacy data between the command layer and the UCPM API layer.


Method Summary
 boolean supportsObject(java.lang.Object object)
          Determine if this wrapper supports the given object
 java.lang.Object wrapObject(java.lang.Object object)
           

 

Method Detail

supportsObject

boolean supportsObject(java.lang.Object object)
Determine if this wrapper supports the given object
Parameters:
object - the object
Returns:
true if the wrapper supports this object

wrapObject

java.lang.Object wrapObject(java.lang.Object object)
Parameters:
object - the current initialization object
Returns:
the wrapped object

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.