org.apache.juddi.datatype.response
Class CompletionStatus
java.lang.Object
org.apache.juddi.datatype.response.CompletionStatus
- All Implemented Interfaces:
- java.io.Serializable, RegistryObject
public class CompletionStatus
- extends java.lang.Object
- implements RegistryObject
Contains a single authInfo element that contains an access token that is to
be passed back in all of the publisher API messages that change data. This
message is always returned using SSL encryption as a synchronous response
to the get_authToken message.
- Author:
- Steve Viens (sviens@apache.org)
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getValue()
|
void |
setValue(java.lang.String value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPLETE
public static final java.lang.String COMPLETE
- See Also:
- Constant Field Values
TOKEY_INCOMPLETE
public static final java.lang.String TOKEY_INCOMPLETE
- See Also:
- Constant Field Values
FROMKEY_INCOMPLETE
public static final java.lang.String FROMKEY_INCOMPLETE
- See Also:
- Constant Field Values
CompletionStatus
public CompletionStatus()
CompletionStatus
public CompletionStatus(java.lang.String statusValue)
setValue
public void setValue(java.lang.String value)
getValue
public java.lang.String getValue()
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.