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
          Marker interface for 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 InOut.getInMessage()
          Retrieves the in message reference from this exchange.
 NormalizedMessage InOptionalOut.getInMessage()
          Retrieves the in message reference from this exchange.
 NormalizedMessage RobustInOnly.getInMessage()
          Retrieves the in normalized message from this exchange.
 NormalizedMessage InOnly.getInMessage()
          Retrieves the in normalized message from this exchange.
 NormalizedMessage MessageExchange.getMessage(java.lang.String name)
          Retrieves a normalized message based on the specified message reference.
 NormalizedMessage InOut.getOutMessage()
          Retrieves the out message reference from this exchange.
 NormalizedMessage InOptionalOut.getOutMessage()
          Retrieves the out message reference from this exchange.
 

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



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.