Class PCEPOpenMessageParser
java.lang.Object
org.opendaylight.protocol.pcep.spi.AbstractMessageParser
org.opendaylight.protocol.pcep.parser.message.PCEPOpenMessageParser
- All Implemented Interfaces:
 MessageParser,MessageSerializer
Parser for 
OpenMessage.- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.opendaylight.protocol.pcep.spi.AbstractMessageParser
addVendorInformationObjects, createErrorMsg, parseMessage, serializeObject, serializeVendorInformationObjects 
- 
Field Details
- 
TYPE
public static final int TYPE- See Also:
 
 
 - 
 - 
Constructor Details
- 
PCEPOpenMessageParser
 
 - 
 - 
Method Details
- 
serializeMessage
Description copied from interface:MessageSerializerSerializes given message to bytes wrapped in given ByteBuf.- Parameters:
 message- PCEP message to be serializedout- ByteBuf wrapper around serialized message
 - 
validate
protected Open validate(Queue<Object> objects, List<Message> errors) throws PCEPDeserializerException - Specified by:
 validatein classAbstractMessageParser- Throws:
 PCEPDeserializerException
 
 -