public class AnonymousServiceFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
OUT_IN_OPERATION |
static String |
OUT_ONLY_OPERATION |
Constructor and Description |
---|
AnonymousServiceFactory() |
Modifier and Type | Method and Description |
---|---|
static org.apache.axis2.description.AxisService |
getAnonymousService(SynapseConfiguration synCfg,
org.apache.axis2.engine.AxisConfiguration axisCfg,
boolean wsAddrOn,
boolean wsSecOn)
Creates an AxisService for the requested QoS for sending out messages
Callers must guarantee that if wsRMon or wsSecOn is required, that wsAddrOn is also set
|
static org.apache.axis2.description.AxisService |
getAnonymousService(SynapseConfiguration synCfg,
org.apache.axis2.engine.AxisConfiguration axisCfg,
boolean wsAddrOn,
boolean wsSecOn,
boolean setCallback)
Creates an AxisService for the requested QoS for sending out messages
Callers must guarantee that if wsRMon or wsSecOn is required, that wsAddrOn is also set
|
public static final String OUT_IN_OPERATION
public static final String OUT_ONLY_OPERATION
public static org.apache.axis2.description.AxisService getAnonymousService(SynapseConfiguration synCfg, org.apache.axis2.engine.AxisConfiguration axisCfg, boolean wsAddrOn, boolean wsSecOn)
synCfg
- Synapse configurationaxisCfg
- Axis2 configurationwsAddrOn
- whether addressing is on or notwsSecOn
- whether security is on or notpublic static org.apache.axis2.description.AxisService getAnonymousService(SynapseConfiguration synCfg, org.apache.axis2.engine.AxisConfiguration axisCfg, boolean wsAddrOn, boolean wsSecOn, boolean setCallback)
synCfg
- Synapse configurationaxisCfg
- Axis2 configurationwsAddrOn
- whether addressing is on or notwsSecOn
- whether security is on or notsetCallback
- whether to register a synapse callback receiver or notCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.