Inheritance diagram for IT_ContextAttributes::FaultcodeEnum:
Definition at line 1074 of file wsse10_secext_xsdTypes.h.
Public Types | |
typedef IT_FaultcodeEnumReflection | IT_ReflectionType |
Public Member Functions | |
IT_Bus::AnyType & | copy (const IT_Bus::AnyType &rhs) |
Returns a reference to an AnyType that is a copy of the AnyType parameter. | |
virtual const IT_Bus::QName & | get_type () const |
Returns the IT_Bus::QName for the type. | |
virtual void | write_value (IT_Bus::AnySimpleTypeWriter &writer) const throw ((IT_Bus::SerializationException)) |
Write the instance value. | |
virtual void | read_value (IT_Bus::AnySimpleTypeReader &reader) throw ((IT_Bus::DeserializationException)) |
Read the value into the instance. | |
virtual IT_Reflect::Reflection * | get_reflection () throw ((IT_Reflect::ReflectException)) |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
virtual const IT_Reflect::Reflection * | get_reflection () const throw ((IT_Reflect::ReflectException)) |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance. | |
Static Public Attributes | |
static const IT_Bus::QName | UnsupportedSecurityToken |
static const IT_Bus::QName | UnsupportedAlgorithm |
static const IT_Bus::QName | InvalidSecurity |
static const IT_Bus::QName | InvalidSecurityToken |
static const IT_Bus::QName | FailedAuthentication |
static const IT_Bus::QName | FailedCheck |
static const IT_Bus::QName | SecurityTokenUnavailable |
Private Attributes | |
IT_Bus::QName | m_val |
Friends | |
class | IT_FaultcodeEnumReflection |
IT_Bus::AnyType& IT_ContextAttributes::FaultcodeEnum::copy | ( | const IT_Bus::AnyType & | rhs | ) | [virtual] |
Returns a reference to an AnyType that is a copy of the AnyType parameter.
Derived classes override this method, providing an appropriate implementation. In this base class, this method is not supported; an exception is always thrown.
AnyType | to be copied. |
IT_Bus::Exception | with message "Copy not supported" |
Reimplemented from IT_Bus::AnyType.
virtual const IT_Bus::QName& IT_ContextAttributes::FaultcodeEnum::get_type | ( | ) | const [virtual] |
Returns the IT_Bus::QName for the type.
Derived subclasses implement this method and return their QName.
Implements IT_Bus::AnyType.
virtual void IT_ContextAttributes::FaultcodeEnum::write_value | ( | IT_Bus::AnySimpleTypeWriter & | writer | ) | const throw ((IT_Bus::SerializationException)) [virtual] |
virtual void IT_ContextAttributes::FaultcodeEnum::read_value | ( | IT_Bus::AnySimpleTypeReader & | reader | ) | throw ((IT_Bus::DeserializationException)) [virtual] |
Read the value into the instance.
Derived classes implement this method.
Implements IT_Bus::AnySimpleType.
virtual IT_Reflect::Reflection* IT_ContextAttributes::FaultcodeEnum::get_reflection | ( | ) | throw ((IT_Reflect::ReflectException)) [virtual] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
IT_Reflect::ReflectException |
Reimplemented from IT_Bus::AnyType.
virtual const IT_Reflect::Reflection* IT_ContextAttributes::FaultcodeEnum::get_reflection | ( | ) | const throw ((IT_Reflect::ReflectException)) [virtual] |
Return an instance of the IT_Reflect::Reflection type that encapsulates this instance.
IT_Reflect::ReflectException |
Reimplemented from IT_Bus::AnyType.