Uses of Class
org.apache.axis2.description.Parameter
-
Packages that use Parameter Package Description org.apache.axis2.clustering.management org.apache.axis2.clustering.state org.apache.axis2.clustering.tribes org.apache.axis2.context org.apache.axis2.description org.apache.axis2.engine org.apache.axis2.handlers org.apache.axis2.mex.util org.apache.axis2.mtompolicy org.apache.axis2.transport org.apache.axis2.transport.base.endpoint org.apache.axis2.transport.jms Transport implementation for JMS.org.apache.axis2.transport.jms.ctype Provides classes and interfaces to define content type rules.org.apache.axis2.util -
-
Uses of Parameter in org.apache.axis2.clustering.management
Methods in org.apache.axis2.clustering.management that return Parameter Modifier and Type Method Description Parameter
DefaultNodeManager. getParameter(String name)
Methods in org.apache.axis2.clustering.management with parameters of type Parameter Modifier and Type Method Description void
DefaultNodeManager. addParameter(Parameter param)
void
DefaultNodeManager. removeParameter(Parameter param)
-
Uses of Parameter in org.apache.axis2.clustering.state
Methods in org.apache.axis2.clustering.state that return Parameter Modifier and Type Method Description Parameter
DefaultStateManager. getParameter(String name)
Methods in org.apache.axis2.clustering.state with parameters of type Parameter Modifier and Type Method Description void
DefaultStateManager. addParameter(Parameter param)
void
DefaultStateManager. removeParameter(Parameter param)
-
Uses of Parameter in org.apache.axis2.clustering.tribes
Methods in org.apache.axis2.clustering.tribes that return Parameter Modifier and Type Method Description Parameter
MulticastBasedMembershipScheme. getParameter(String name)
Parameter
TribesAxisObserver. getParameter(String carbonHome)
Parameter
TribesClusteringAgent. getParameter(String name)
Parameter
WkaBasedMembershipScheme. getParameter(String name)
Methods in org.apache.axis2.clustering.tribes that return types with arguments of type Parameter Modifier and Type Method Description ArrayList<Parameter>
TribesAxisObserver. getParameters()
Methods in org.apache.axis2.clustering.tribes with parameters of type Parameter Modifier and Type Method Description void
TribesAxisObserver. addParameter(Parameter parameter)
void
TribesClusteringAgent. addParameter(Parameter param)
static String
TribesUtil. getLocalHost(Parameter tcpListenHost)
void
TribesAxisObserver. removeParameter(Parameter parameter)
void
TribesClusteringAgent. removeParameter(Parameter param)
Constructor parameters in org.apache.axis2.clustering.tribes with type arguments of type Parameter Constructor Description MulticastBasedMembershipScheme(org.apache.catalina.tribes.ManagedChannel channel, OperationMode mode, Map<String,Parameter> parameters, byte[] domain, boolean atmostOnceMessageSemantics, boolean preserverMsgOrder)
WkaBasedMembershipScheme(org.apache.catalina.tribes.ManagedChannel channel, OperationMode mode, List<MembershipManager> applicationDomainMembershipManagers, MembershipManager primaryMembershipManager, Map<String,Parameter> parameters, byte[] domain, List<Member> members, boolean atmostOnceMessageSemantics, boolean preserverMsgOrder)
-
Uses of Parameter in org.apache.axis2.context
Methods in org.apache.axis2.context that return Parameter Modifier and Type Method Description Parameter
MessageContext. getModuleParameter(String key, String moduleName, HandlerDescription handler)
Retrieves both module specific configuration parameters as well as other parameters.Parameter
MessageContext. getParameter(String key)
Retrieves configuration descriptor parameters at any level. -
Uses of Parameter in org.apache.axis2.description
Methods in org.apache.axis2.description that return Parameter Modifier and Type Method Description Parameter
AxisDescription. getParameter(String name)
If the parameter is found in the current description then the Parameter will be writable else it will be read onlyParameter
AxisModule. getParameter(String name)
Parameter
HandlerDescription. getParameter(String name)
Get a named ParameterParameter
ModuleConfiguration. getParameter(String name)
Parameter
ParameterInclude. getParameter(String name)
Method getParameter.Parameter
ParameterIncludeImpl. getParameter(String name)
Method getParameter.Parameter
TransportInDescription. getParameter(String name)
Method getParameter.Parameter
TransportOutDescription. getParameter(String name)
Method getParameter.Methods in org.apache.axis2.description that return types with arguments of type Parameter Modifier and Type Method Description ArrayList<Parameter>
AxisDescription. getParameters()
ArrayList<Parameter>
AxisModule. getParameters()
ArrayList<Parameter>
HandlerDescription. getParameters()
ArrayList<Parameter>
ModuleConfiguration. getParameters()
ArrayList<Parameter>
ParameterInclude. getParameters()
Gets all the parameters in a given description.ArrayList<Parameter>
ParameterIncludeImpl. getParameters()
ArrayList<Parameter>
TransportInDescription. getParameters()
ArrayList<Parameter>
TransportOutDescription. getParameters()
Methods in org.apache.axis2.description with parameters of type Parameter Modifier and Type Method Description void
AxisDescription. addParameter(Parameter param)
void
AxisModule. addParameter(Parameter param)
void
HandlerDescription. addParameter(Parameter param)
Add a Parametervoid
ModuleConfiguration. addParameter(Parameter param)
void
ParameterInclude. addParameter(Parameter param)
Method addParameter.void
ParameterIncludeImpl. addParameter(Parameter param)
Method addParametervoid
TransportInDescription. addParameter(Parameter param)
Method addParameter.void
TransportOutDescription. addParameter(Parameter param)
Method addParameter.void
AxisDescription. removeParameter(Parameter param)
void
AxisModule. removeParameter(Parameter param)
void
HandlerDescription. removeParameter(Parameter param)
void
ModuleConfiguration. removeParameter(Parameter param)
void
ParameterInclude. removeParameter(Parameter param)
void
ParameterIncludeImpl. removeParameter(Parameter param)
void
TransportInDescription. removeParameter(Parameter param)
void
TransportOutDescription. removeParameter(Parameter param)
-
Uses of Parameter in org.apache.axis2.engine
Methods in org.apache.axis2.engine that return Parameter Modifier and Type Method Description Parameter
Handler. getParameter(String name)
Get a Parameter from this HandlerParameter
Phase. getParameter(String name)
-
Uses of Parameter in org.apache.axis2.handlers
Methods in org.apache.axis2.handlers that return Parameter Modifier and Type Method Description Parameter
AbstractHandler. getParameter(String name)
Method getParameter. -
Uses of Parameter in org.apache.axis2.mex.util
Methods in org.apache.axis2.mex.util with parameters of type Parameter Modifier and Type Method Description static OutputForm[]
MexUtil. determineOutputForm(String dialect, Parameter axisConfigMEXParm, Parameter serviceConfigMEXParm)
Determine output forms for specified dialect based on "metadataexchange" configured in axis2.xml and services.xml.static boolean
MexUtil. isMexDisabled(Parameter serviceConfigMEXParm)
Check if metadata exchange has been disabled for a service. -
Uses of Parameter in org.apache.axis2.mtompolicy
Methods in org.apache.axis2.mtompolicy with parameters of type Parameter Modifier and Type Method Description static org.apache.neethi.Policy
Utils. getMTOMPolicy(Parameter param)
Based on the parameter passed aMTOM10Assertion
object is created by default. -
Uses of Parameter in org.apache.axis2.transport
Method parameters in org.apache.axis2.transport with type arguments of type Parameter Modifier and Type Method Description void
UtilsTransportServer. deployEchoService(String name, List<Parameter> parameters)
Deploy the standard Echo service with the custom parameters passed in -
Uses of Parameter in org.apache.axis2.transport.base.endpoint
Methods in org.apache.axis2.transport.base.endpoint that return Parameter Modifier and Type Method Description Parameter
URLEndpoint. getParameter(String name)
Methods in org.apache.axis2.transport.base.endpoint that return types with arguments of type Parameter Modifier and Type Method Description List<Parameter>
URLEndpoint. getParameters()
Methods in org.apache.axis2.transport.base.endpoint with parameters of type Parameter Modifier and Type Method Description void
URLEndpoint. addParameter(Parameter parameter)
-
Uses of Parameter in org.apache.axis2.transport.jms
Constructors in org.apache.axis2.transport.jms with parameters of type Parameter Constructor Description JMSConnectionFactory(Parameter parameter)
Digest a JMS CF definition from an axis2.xml 'Parameter' and construct -
Uses of Parameter in org.apache.axis2.transport.jms.ctype
Methods in org.apache.axis2.transport.jms.ctype with parameters of type Parameter Modifier and Type Method Description static ContentTypeRuleSet
ContentTypeRuleFactory. parse(Parameter param)
-
Uses of Parameter in org.apache.axis2.util
Methods in org.apache.axis2.util with parameters of type Parameter Modifier and Type Method Description static String
Utils. getParameterValue(Parameter param)
-