Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.bus.client.api.builder.MessageBuildParms

Packages that use MessageBuildParms
org.jboss.errai.bus.client.api.builder   
 

Uses of MessageBuildParms in org.jboss.errai.bus.client.api.builder
 

Subinterfaces of MessageBuildParms in org.jboss.errai.bus.client.api.builder
 interface MessageBuildCommand<R>
          This interface is a template for building the command part of a message.
 

Methods in org.jboss.errai.bus.client.api.builder that return MessageBuildParms
 MessageBuildParms<R> MessageBuildCommand.command(Enum<?> command)
          Sets the command for the message, and returns an instance of MessageBuildParms, which needs to be constructed following setting the command.
 MessageBuildParms<R> MessageBuildCommand.command(String command)
          Sets the command for the message, and returns an instance of MessageBuildParms, which needs to be constructed following setting the command.
 MessageBuildParms<R> MessageBuildParms.copy(Enum<?> part, Message m)
          Copies a message part to the specified message, replacing that part in the target message if it already exists.
 MessageBuildParms<R> MessageBuildParms.copy(String part, Message m)
          Copies the message part to the specified message
 MessageBuildParms<R> MessageBuildParms.copyResource(String part, Message m)
          Copies a message resource to the specified message, replacing that resource in the target message if it already exists.
 MessageBuildParms<R> MessageBuildParms.flag(RoutingFlag flag)
          Sets a RoutingFlag on the underlying message.
 MessageBuildParms<R> MessageBuildCommand.signalling()
          If signalling is called, the service is only signalled as opposed to sending a specific command.
 MessageBuildParms<R> MessageBuildParms.with(Enum<?> part, Object value)
          Sets the message part to the specified value, replacing any old value associated with that part.
 MessageBuildParms<R> MessageBuildParms.with(String part, Object value)
          Sets the message part to the specified value, replacing any old value associated with that part.
 MessageBuildParms<R> MessageBuildParms.withProvided(Enum<?> part, ResourceProvider<?> provider)
          Sets the message part to be generated at message transmission time by the given provider, replacing any old value associated with that part.
 MessageBuildParms<R> MessageBuildParms.withProvided(String part, ResourceProvider<?> provider)
          Sets the message part to be generated at message transmission time by the given provider, replacing any old value associated with that part.
 MessageBuildParms<R> MessageBuildParms.withValue(Object value)
          Include a default value with the message.
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.