C# 클래스 Apache.NMS.ActiveMQ.OpenWire.V6.MarshallerFactory

Used to create marshallers for a specific version of the OpenWire protocol. Each non-abstract DataStructure object has a registered Marshaller that is created and added to the OpenWireFormat objects format collection.
상속: IMarshallerFactory
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
configure ( OpenWireFormat format ) : void

메소드 상세

configure() 공개 메소드

public configure ( OpenWireFormat format ) : void
format OpenWireFormat
리턴 void