Jaguar::HttpSession create
    (
        in java.lang.String primaryKey
    )
    raises (CtsComponents::CreateException);
    Jaguar::HttpSession findByPrimaryKey
    (
        in java.lang.String primaryKey
    )
    raises (CtsComponents::FinderException);