org.nhind.config
Class BundleRefreshError

java.lang.Object
  extended by org.nhind.config.BundleRefreshError
All Implemented Interfaces:
Serializable

public class BundleRefreshError
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _DOWNLOAD_TIMEOUT
           
static String _INVALID_BUNDLE_FORMAT
           
static String _INVALID_SIGNING_CERT
           
static String _NOT_FOUND
           
static String _SUCCESS
           
static String _UNMATCHED_SIGNATURE
           
static BundleRefreshError DOWNLOAD_TIMEOUT
           
static BundleRefreshError INVALID_BUNDLE_FORMAT
           
static BundleRefreshError INVALID_SIGNING_CERT
           
static BundleRefreshError NOT_FOUND
           
static BundleRefreshError SUCCESS
           
static BundleRefreshError UNMATCHED_SIGNATURE
           
 
Constructor Summary
protected BundleRefreshError(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static BundleRefreshError fromString(String value)
           
static BundleRefreshError fromValue(String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_SUCCESS

public static final String _SUCCESS
See Also:
Constant Field Values

_NOT_FOUND

public static final String _NOT_FOUND
See Also:
Constant Field Values

_DOWNLOAD_TIMEOUT

public static final String _DOWNLOAD_TIMEOUT
See Also:
Constant Field Values

_INVALID_BUNDLE_FORMAT

public static final String _INVALID_BUNDLE_FORMAT
See Also:
Constant Field Values

_INVALID_SIGNING_CERT

public static final String _INVALID_SIGNING_CERT
See Also:
Constant Field Values

_UNMATCHED_SIGNATURE

public static final String _UNMATCHED_SIGNATURE
See Also:
Constant Field Values

SUCCESS

public static final BundleRefreshError SUCCESS

NOT_FOUND

public static final BundleRefreshError NOT_FOUND

DOWNLOAD_TIMEOUT

public static final BundleRefreshError DOWNLOAD_TIMEOUT

INVALID_BUNDLE_FORMAT

public static final BundleRefreshError INVALID_BUNDLE_FORMAT

INVALID_SIGNING_CERT

public static final BundleRefreshError INVALID_SIGNING_CERT

UNMATCHED_SIGNATURE

public static final BundleRefreshError UNMATCHED_SIGNATURE
Constructor Detail

BundleRefreshError

protected BundleRefreshError(String value)
Method Detail

getValue

public String getValue()

fromValue

public static BundleRefreshError fromValue(String value)
                                    throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static BundleRefreshError fromString(String value)
                                     throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object



Copyright © 2013. All Rights Reserved.