org.apache.qpid.transport
Class StructFactory

java.lang.Object
  extended by org.apache.qpid.transport.StructFactory

 class StructFactory
extends Object


Constructor Summary
StructFactory()
           
 
Method Summary
static Struct create(int type)
           
static Struct createInstruction(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StructFactory

StructFactory()
Method Detail

create

public static Struct create(int type)

createInstruction

public static Struct createInstruction(int type)


Licensed to the Apache Software Foundation