|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FudgeMessageFactory
A factory for Fudge messages.
This offers the minimal API necessary to create new Fudge messages. Use of this interface avoids exposing additional methods and knowledge to other APIs.
Method Summary | |
---|---|
MutableFudgeFieldContainer |
newMessage()
Creates an initially empty message. |
MutableFudgeFieldContainer |
newMessage(FudgeFieldContainer fromMessage)
Creates a new message initially populated with the supplied message. |
Method Detail |
---|
MutableFudgeFieldContainer newMessage()
MutableFudgeFieldContainer newMessage(FudgeFieldContainer fromMessage)
fromMessage
- the source message to copy fields from, not null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |