Class LifetimePolicyFactory
- java.lang.Object
-
- com.swiftmq.amqp.v100.generated.messaging.addressing.LifetimePolicyFactory
-
public class LifetimePolicyFactory extends java.lang.Object
Factory class to create LifetimePolicyIF objects out of a bare AMQPType- Version:
- AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
- Author:
- IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
-
-
Constructor Summary
Constructors Constructor Description LifetimePolicyFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LifetimePolicyIF
create(AMQPType bare)
Creates a LifetimePolicyIF object.static LifetimePolicyIF[]
toNativeArray(AMQPArray array)
Converts an AMQP array of type LifetimePolicyIF into a native array
-
-
-
Method Detail
-
create
public static LifetimePolicyIF create(AMQPType bare) throws java.lang.Exception
Creates a LifetimePolicyIF object.- Parameters:
bare
- the bare AMQP type- Returns:
- LifetimePolicyIF
- Throws:
java.lang.Exception
-
toNativeArray
public static LifetimePolicyIF[] toNativeArray(AMQPArray array) throws java.lang.Exception
Converts an AMQP array of type LifetimePolicyIF into a native array- Parameters:
array
- AMQP array- Returns:
- native array
- Throws:
java.lang.Exception
-
-