org.apache.stratos.manager.payload
Class PayloadFactory
java.lang.Object
org.apache.stratos.manager.payload.PayloadFactory
public class PayloadFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PayloadFactory
public PayloadFactory()
getPayloadDataInstance
public static PayloadData getPayloadDataInstance(String cartridgeProvider,
String cartridgeType,
BasicPayloadData basicPayloadData)
throws ADCException
- Creates and returns a PayloadData instance
- Parameters:
cartridgeProvider - Cartridge providercartridgeType - Cartridge typebasicPayloadData - BasicPayloadData instance
- Returns:
- Payload subscription
- Throws:
ADCException - if no matching criteria is found to create a payload
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.