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(org.apache.axis2.engine.AxisConfiguration axisCfg,
String serviceKey) |
static org.apache.axis2.description.AxisService |
getAnonymousService(SynapseConfiguration synCfg,
org.apache.axis2.engine.AxisConfiguration axisCfg,
boolean wsAddrOn,
boolean wsRMOn,
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 wsRMOn,
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 wsRMOn, boolean wsSecOn)
synCfg
- Synapse configurationaxisCfg
- Axis2 configurationwsAddrOn
- whether addressing is on or notwsRMOn
- whether RM is on ot 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 wsRMOn, boolean wsSecOn, boolean setCallback)
synCfg
- Synapse configurationaxisCfg
- Axis2 configurationwsAddrOn
- whether addressing is on or notwsRMOn
- whether RM is on ot notwsSecOn
- whether security is on or notsetCallback
- whether to register a synapse callback receiver or notpublic static org.apache.axis2.description.AxisService getAnonymousService(org.apache.axis2.engine.AxisConfiguration axisCfg, String serviceKey) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFault
Copyright © 2005–2023 Apache Software Foundation. All rights reserved.