|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.datatypes.Result
public class Result
Corresponds to UDDI v2.0 'result' element.
Field Summary | |
---|---|
static int |
E_accountLimitExceeded
Deprecated. |
static int |
E_assertionNotFound
Deprecated. |
static int |
E_authTokenExpired
Deprecated. |
static int |
E_authTokenRequired
Deprecated. |
static int |
E_busy
Deprecated. |
static int |
E_categorizationNotAllowed
Deprecated. |
static int |
E_fatalError
Deprecated. |
static int |
E_invalidCategory
Deprecated. |
static int |
E_invalidCompletionStatus
Deprecated. |
static int |
E_invalidKeyPassed
Deprecated. |
static int |
E_invalidProjection
Deprecated. |
static int |
E_invalidURLPassed
Deprecated. |
static int |
E_invalidValue
Deprecated. |
static int |
E_keyRetired
Deprecated. |
static int |
E_languageError
Deprecated. |
static int |
E_messageTooLarge
Deprecated. |
static int |
E_nameTooLong
Deprecated. |
static int |
E_operatorMismatch
Deprecated. |
static int |
E_publisherCancelled
Deprecated. |
static int |
E_requestDenied
Deprecated. |
static int |
E_secretUnknown
Deprecated. |
static int |
E_success
Deprecated. |
static int |
E_tooManyOptions
Deprecated. |
static int |
E_transferAborted
Deprecated. |
static int |
E_unknownUser
Deprecated. |
static int |
E_unrecognizedVersion
Deprecated. |
static int |
E_unsupported
Deprecated. |
static int |
E_userMismatch
Deprecated. |
static int |
E_valueNotAllowed
Deprecated. |
Constructor Summary | |
---|---|
Result()
Deprecated. |
Method Summary | |
---|---|
static java.lang.String |
getErrCode(int errno)
Deprecated. Returns the errCode corresponding to the specified errno. |
ErrInfo |
getErrInfo()
Deprecated. Returns the ErrInfo of this Result. |
int |
getErrno()
Deprecated. Returns the errno of this Result. |
java.lang.String |
getKeyType()
Deprecated. Returns the keyType of this Result. |
void |
setErrInfo(ErrInfo errInfo)
Deprecated. Sets the ErrInfo of this Result. |
void |
setErrno(int errno)
Deprecated. Sets the errno of this Result. |
void |
setKeyType(java.lang.String keyType)
Deprecated. Sets the keyType of this Result. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int E_success
public static final int E_nameTooLong
public static final int E_tooManyOptions
public static final int E_unrecognizedVersion
public static final int E_unsupported
public static final int E_languageError
public static final int E_authTokenExpired
public static final int E_authTokenRequired
public static final int E_operatorMismatch
public static final int E_userMismatch
public static final int E_unknownUser
public static final int E_accountLimitExceeded
public static final int E_invalidKeyPassed
public static final int E_invalidURLPassed
public static final int E_keyRetired
public static final int E_busy
public static final int E_fatalError
public static final int E_invalidCategory
public static final int E_categorizationNotAllowed
public static final int E_invalidValue
public static final int E_valueNotAllowed
public static final int E_invalidProjection
public static final int E_assertionNotFound
public static final int E_invalidCompletionStatus
public static final int E_messageTooLarge
public static final int E_transferAborted
public static final int E_requestDenied
public static final int E_publisherCancelled
public static final int E_secretUnknown
Constructor Detail |
---|
public Result()
Method Detail |
---|
public ErrInfo getErrInfo()
ErrInfo
of this Result.
public void setErrInfo(ErrInfo errInfo)
ErrInfo
of this Result.
errInfo
- the ErrInfo of this Result.public java.lang.String getKeyType()
public void setKeyType(java.lang.String keyType)
keyType
- the keyType of this Result.public int getErrno()
public void setErrno(int errno)
errno
- the errno of this Result.public static java.lang.String getErrCode(int errno)
errno
- the errno to get the errCode of.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |