Uses of Interface
org.nhindirect.stagent.MessageEnvelope

Packages that use MessageEnvelope
org.nhindirect.stagent Security and trust agent interface and core messaging and routing structures. 
 

Uses of MessageEnvelope in org.nhindirect.stagent
 

Classes in org.nhindirect.stagent that implement MessageEnvelope
 class DefaultMessageEnvelope
          A wrapper around a MimeMessage that categorizes routing headers such as trusted and non trusted recipients.
 class IncomingMessage
          Incoming messages are specific types of MessageEnvelope that have been signed and encrypted.
 class OutgoingMessage
          Outgoing messages are specific types of NHINDMessage that need to been signed and encrypted.
 

Methods in org.nhindirect.stagent with parameters of type MessageEnvelope
 IncomingMessage NHINDAgent.processIncoming(MessageEnvelope envelope)
          Processes a pre-enveloped message.
 IncomingMessage DefaultNHINDAgent.processIncoming(MessageEnvelope envelope)
          Processes a pre-enveloped message.
 OutgoingMessage NHINDAgent.processOutgoing(MessageEnvelope envelope)
          Processes an outgoing pre-enveloped message.
 OutgoingMessage DefaultNHINDAgent.processOutgoing(MessageEnvelope envelope)
          Processes an outgoing pre-enveloped message.
 

Constructors in org.nhindirect.stagent with parameters of type MessageEnvelope
OutgoingMessage(MessageEnvelope envelope)
          Create an outgoing message from a pre-eveloped message.
 



Copyright © 2010-2015 NHIN Direct. All Rights Reserved.