org.nhind.config
Class BundleRefreshError
java.lang.Object
org.nhind.config.BundleRefreshError
- All Implemented Interfaces:
- Serializable
public class BundleRefreshError
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_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
BundleRefreshError
protected BundleRefreshError(String value)
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.