Uses of Enum Class
org.serviceconnector.scmp.SCMPMsgType
Packages that use SCMPMsgType
Package
Description
-
Uses of SCMPMsgType in org.serviceconnector.call
Methods in org.serviceconnector.call that return SCMPMsgTypeModifier and TypeMethodDescriptionISCMPCall.getMessageType()Gets the message type.SCMPAttachCall.getMessageType()Gets the message type.SCMPCheckRegistrationCall.getMessageType()Gets the message type.SCMPClnChangeSubscriptionCall.getMessageType()Gets the message type.SCMPClnCreateSessionCall.getMessageType()Gets the message type.SCMPClnDeleteSessionCall.getMessageType()Gets the message type.SCMPClnExecuteCall.getMessageType()Gets the message type.SCMPClnSubscribeCall.getMessageType()Gets the message type.SCMPClnUnsubscribeCall.getMessageType()Gets the message type.SCMPCscAbortSubscriptionCall.getMessageType()Gets the message type.SCMPCscChangeSubscriptionCall.getMessageType()Gets the message type.SCMPCscCreateSessionCall.getMessageType()Gets the message type.SCMPCscDeleteSessionCall.getMessageType()Gets the message type.SCMPCscExecuteCall.getMessageType()Gets the message type.SCMPCscSubscribeCall.getMessageType()Gets the message type.SCMPCscUnsubscribeCall.getMessageType()Gets the message type.SCMPDeRegisterServerCall.getMessageType()Gets the message type.SCMPDetachCall.getMessageType()Gets the message type.SCMPEchoCall.getMessageType()Gets the message type.SCMPFileDownloadCall.getMessageType()Gets the message type.SCMPFileListCall.getMessageType()Gets the message type.SCMPFileUploadCall.getMessageType()Gets the message type.SCMPInspectCall.getMessageType()Gets the message type.SCMPManageCall.getMessageType()Gets the message type.SCMPPublishCall.getMessageType()Gets the message type.SCMPReceivePublicationCall.getMessageType()Gets the message type.SCMPRegisterServerCall.getMessageType()Gets the message type.SCMPSrvAbortSessionCall.getMessageType()Gets the message type.SCMPSrvAbortSubscriptionCall.getMessageType()Gets the message type.SCMPSrvChangeSubscriptionCall.getMessageType()Gets the message type.SCMPSrvCreateSessionCall.getMessageType()Gets the message type.SCMPSrvDeleteSessionCall.getMessageType()Gets the message type.SCMPSrvExecuteCall.getMessageType()Gets the message type.SCMPSrvSubscribeCall.getMessageType()Gets the message type.SCMPSrvUnsubscribeCall.getMessageType()Gets the message type. -
Uses of SCMPMsgType in org.serviceconnector.cmd
Methods in org.serviceconnector.cmd that return SCMPMsgTypeMethods in org.serviceconnector.cmd with parameters of type SCMPMsgTypeModifier and TypeMethodDescriptionvoidFlyweightCommandFactory.addCommand(SCMPMsgType messageType, ICommand command) Adds the command.FlyweightCommandFactory.getCommand(SCMPMsgType key) Gets the command. -
Uses of SCMPMsgType in org.serviceconnector.cmd.sc
Methods in org.serviceconnector.cmd.sc that return SCMPMsgTypeModifier and TypeMethodDescriptionAttachCommand.getKey()Gets the key.CheckRegistrationCommand.getKey()Gets the key.ClnChangeSubscriptionCommand.getKey()Gets the key.ClnCreateSessionCommand.getKey()Gets the key.ClnDeleteSessionCommand.getKey()Gets the key.ClnExecuteCommand.getKey()Gets the key.ClnSubscribeCommand.getKey()Gets the key.ClnUnsubscribeCommand.getKey()Gets the key.abstract SCMPMsgTypeCommandAdapter.getKey()Gets the key.CscAbortSubscriptionCommand.getKey()Gets the key.CscChangeSubscriptionCommand.getKey()Gets the key.CscCreateSessionCommand.getKey()Gets the key.CscDeleteSessionCommand.getKey()Gets the key.CscExecuteCommand.getKey()Gets the key.CscSubscribeCommand.getKey()Gets the key.CscUnsubscribeCommand.getKey()Gets the key.DeRegisterServerCommand.getKey()Gets the key.DetachCommand.getKey()Gets the key.EchoCommand.getKey()Gets the key.FileDownloadCommand.getKey()Gets the key.FileListCommand.getKey()Gets the key.FileUploadCommand.getKey()Gets the key.final SCMPMsgTypeInspectCommand.getKey()Gets the key.ManageCommand.getKey()Gets the key.PublishCommand.getKey()Gets the key.ReceivePublicationCommand.getKey()Gets the key.RegisterServerCommand.getKey()Gets the key. -
Uses of SCMPMsgType in org.serviceconnector.cmd.srv
Methods in org.serviceconnector.cmd.srv that return SCMPMsgTypeModifier and TypeMethodDescriptionSrvAbortSessionCommand.getKey()Gets the key.SrvAbortSubscriptionCommand.getKey()Gets the key.SrvChangeSubscriptionCommand.getKey()Gets the key.abstract SCMPMsgTypeSrvCommandAdapter.getKey()Gets the key.SrvCreateSessionCommand.getKey()Gets the key.SrvDeleteSessionCommand.getKey()Gets the key.SrvExecuteCommand.getKey()Gets the key.SrvSubscribeCommand.getKey()Gets the key.SrvUnsubscribeCommand.getKey()Gets the key. -
Uses of SCMPMsgType in org.serviceconnector.net.req
Methods in org.serviceconnector.net.req that return SCMPMsgType -
Uses of SCMPMsgType in org.serviceconnector.scmp
Methods in org.serviceconnector.scmp that return SCMPMsgTypeModifier and TypeMethodDescriptionstatic SCMPMsgTypeSCMPMsgType.getMsgType(String messageTypeString) Gets the msg type by string.static SCMPMsgTypeReturns the enum constant of this class with the specified name.static SCMPMsgType[]SCMPMsgType.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 SCMPMsgTypeModifier and TypeMethodDescriptionvoidHasFaultResponseException.setMessageType(SCMPMsgType messageType) Sets the message type.voidSCMPMessage.setMessageType(SCMPMsgType messageType) Sets the message type.