Uses of Class
com.sap.engine.interfaces.messaging.api.exception.InvalidParamException

Packages that use InvalidParamException
com.sap.engine.interfaces.messaging.api   
 

Uses of InvalidParamException in com.sap.engine.interfaces.messaging.api
 

Methods in com.sap.engine.interfaces.messaging.api that throw InvalidParamException
 MessageFactory PublicAPIAccess.createMessageFactory(String protocol)
          Creates a MessageFactory instance for the given protocol.
 void ErrorInfo.setAttribute(String name, String value)
          Sets an ErrorInfo attribute.
 void Payload.setContent(byte[] bytes)
          Set content as byte array into payload.
 void TextPayload.setContent(byte[] bytes, String encoding)
          Sets the content as byte array into payload, also specifying the encoding.
 void Payload.setContentType(String type)
          Sets the content type of the payload.
 void Message.setCorrelationId(String id)
          Sets the correlation ID that identifies a sequence of message, which sematically belong together.
 void Message.setDeliverySemantics(DeliverySemantics ds)
          Sets the delivery semantics (QoS) of the outgoing message.
 void Payload.setDescription(String text)
          Sets a description of the payload.
 void Message.setDescription(String description)
          Sets the description of the message
 void Message.setErrorInfo(ErrorInfo errorInfo)
          Sets the ErrorInfo container for the current message, that was created with createErrorInfo method before.
 void Message.setMessageProperty(MessagePropertyKey key, String value)
          Sets an additional message field, if supported by the Message protocol implementation.
 void Message.setMessageProperty(String namespace, String name, String value)
          Deprecated. Use setMessageProperty(MessagePropertyKey, String), instead.
 void Payload.setName(String name)
          Sets the name of this payload.
 void Message.setRefToMessageId(String id)
          Sets the ID that indicates which message this message refers to.
 void XMLPayload.setSchema(String schema)
          Sets the parameter containing a URL to an XML document schema.
 void Message.setSequenceId(String id)
          Sets the ID that identifies the sequence of an EOIO message exchange.
 void XMLPayload.setVersion(String version)
          Sets the version of this payload.
 



Copyright 2009 SAP AG Complete Copyright Notice