public class ObjectRepresentantFactory extends Object
| Constructor and Description |
|---|
ObjectRepresentantFactory() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectRepresentant |
create(Object counterPart)
This method was created by a SmartGuide.
|
static ObjectRepresentant |
create(Object counterPart,
TypeSystemNode type,
TypeAssociator referencedBy)
This method was created by a SmartGuide.
|
static ObjectRepresentant |
createFromIOR(String ior)
This method was created by a SmartGuide.
|
protected static void |
insertFromString(Any result,
String value,
TCKind kind)
This method was created by a SmartGuide.
|
static void |
main(String[] args)
This method was created by a SmartGuide.
|
static Object |
objectFromAny(Any any)
This method was created by a SmartGuide.
|
public static ObjectRepresentant create(Object counterPart, TypeSystemNode type, TypeAssociator referencedBy)
counterPart - java.lang.Objecttype - TypeSystemNodereferencedBy - TypeAssociator: the attribute containing the object (may be null)public static ObjectRepresentant create(Object counterPart)
counterPart - org.omg.CORBA.Objectpublic static ObjectRepresentant createFromIOR(String ior)
ior - java.lang.Stringprotected static void insertFromString(Any result, String value, TCKind kind)
public static void main(String[] args)
args - java.lang.String[]Copyright © 2017 JacORB. All rights reserved.