The Factory interface represents a simple object factory
 that has knowledge of the client's credentials.
Create an object.
    Object create
    (
    );
The caller must narrow the returned object reference to a type which has been generated by the IDL compiler from the object's IDL interface. This operation is intended for use on a factory object returned by Session::lookup.
(Deprecated). Create an object using the specified session's credentials.
    Object create__1
    (
        in SessionManager::Session withSession
    );
(Deprecated). Create an object using the specified credentials.
    Object create__2
    (
        in string user,
        in string password
    );