Uses of Interface
javax.jbi.messaging.NormalizedMessage

Packages that use NormalizedMessage
javax.jbi.messaging   
 

Uses of NormalizedMessage in javax.jbi.messaging
 

Subinterfaces of NormalizedMessage in javax.jbi.messaging
 interface Fault
          Models WSDL fault messages.
 

Methods in javax.jbi.messaging that return NormalizedMessage
 NormalizedMessage MessageExchange.createMessage()
          Creates a normalized message based on the specified message reference.
 NormalizedMessage InOnly.getInMessage()
          Retrieves the in normalized message from this exchange.
 NormalizedMessage InOptionalOut.getInMessage()
          Retrieves the in normalized message from this exchange.
 NormalizedMessage InOut.getInMessage()
          Retrieves the in normalized message from this exchange.
 NormalizedMessage RobustInOnly.getInMessage()
          Retrieves the in normalized message from this exchange.
 NormalizedMessage MessageExchange.getMessage(String name)
          Retrieves a normalized message based on the specified message reference.
 NormalizedMessage InOptionalOut.getOutMessage()
          Retrieves the out normalized message from this exchange.
 NormalizedMessage InOut.getOutMessage()
          Retrieves the out normalized message from this exchange.
 

Methods in javax.jbi.messaging with parameters of type NormalizedMessage
 void InOnly.setInMessage(NormalizedMessage msg)
          Sets the in normalized message for this exchange.
 void InOptionalOut.setInMessage(NormalizedMessage msg)
          Sets the in normalized message for this exchange.
 void InOut.setInMessage(NormalizedMessage msg)
          Sets the in normalized message for this exchange.
 void RobustInOnly.setInMessage(NormalizedMessage msg)
          Sets the in normalized message for this exchange.
 void MessageExchange.setMessage(NormalizedMessage msg, String name)
          Sets a normalized message with the specified message reference.
 void InOptionalOut.setOutMessage(NormalizedMessage msg)
          Sets the out normalized message for this exchange.
 void InOut.setOutMessage(NormalizedMessage msg)
          Sets the out normalized message for this exchange.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.