Uses of Enum Class
org.serviceconnector.scmp.SCMPHeaderAttributeKey
Packages that use SCMPHeaderAttributeKey
-
Uses of SCMPHeaderAttributeKey in org.serviceconnector.scmp
Methods in org.serviceconnector.scmp that return SCMPHeaderAttributeKeyModifier and TypeMethodDescriptionstatic SCMPHeaderAttributeKeyReturns the enum constant of this class with the specified name.static SCMPHeaderAttributeKey[]SCMPHeaderAttributeKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.serviceconnector.scmp with parameters of type SCMPHeaderAttributeKeyModifier and TypeMethodDescriptionSCMPMessage.getHeader(SCMPHeaderAttributeKey headerType) Returns the value of the header attribute.SCMPMessage.getHeaderBoolean(SCMPHeaderAttributeKey headerType) Returns the boolean value of the header attribute.booleanSCMPMessage.getHeaderFlag(SCMPHeaderAttributeKey headerKey) Gets the header flag.SCMPMessage.getHeaderInt(SCMPHeaderAttributeKey headerType) Returns the integer value of the header attribute.voidSCMPMessage.removeHeader(SCMPHeaderAttributeKey headerType) Removes the attribute with the specified type from the header.voidHasFaultResponseException.setAttribute(SCMPHeaderAttributeKey key, String value) Sets the attribute.voidSCMPMessage.setHeader(SCMPHeaderAttributeKey headerType, boolean attributeValue) Sets the header attribute by type and value.voidSCMPMessage.setHeader(SCMPHeaderAttributeKey headerType, int attributeValue) Sets the header by type and value.voidSCMPMessage.setHeader(SCMPHeaderAttributeKey headerType, long attributeValue) Sets the header by type and value.voidSCMPMessage.setHeader(SCMPHeaderAttributeKey headerType, String attributeValue) Sets the header attribute by type and value.voidSCMPMessage.setHeader(SCMPMessage sourceMessage, SCMPHeaderAttributeKey headerType) Copies a header attribute from another message.voidSCMPMessage.setHeaderCheckNull(SCMPHeaderAttributeKey headerType, String attributeValue) Sets the header check null value.voidSCMPMessage.setHeaderFlag(SCMPHeaderAttributeKey headerKey) Sets the header flag.