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 ParameterDefaultNodeManager. getParameter(String name)Methods in org.apache.axis2.clustering.management with parameters of type Parameter Modifier and Type Method Description voidDefaultNodeManager. addParameter(Parameter param)voidDefaultNodeManager. 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 ParameterDefaultStateManager. getParameter(String name)Methods in org.apache.axis2.clustering.state with parameters of type Parameter Modifier and Type Method Description voidDefaultStateManager. addParameter(Parameter param)voidDefaultStateManager. 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 ParameterMulticastBasedMembershipScheme. getParameter(String name)ParameterTribesAxisObserver. getParameter(String carbonHome)ParameterTribesClusteringAgent. getParameter(String name)ParameterWkaBasedMembershipScheme. 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 voidTribesAxisObserver. addParameter(Parameter parameter)voidTribesClusteringAgent. addParameter(Parameter param)static StringTribesUtil. getLocalHost(Parameter tcpListenHost)voidTribesAxisObserver. removeParameter(Parameter parameter)voidTribesClusteringAgent. 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 ParameterMessageContext. getModuleParameter(String key, String moduleName, HandlerDescription handler)Retrieves both module specific configuration parameters as well as other parameters.ParameterMessageContext. 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 ParameterAxisDescription. getParameter(String name)If the parameter is found in the current description then the Parameter will be writable else it will be read onlyParameterAxisModule. getParameter(String name)ParameterHandlerDescription. getParameter(String name)Get a named ParameterParameterModuleConfiguration. getParameter(String name)ParameterParameterInclude. getParameter(String name)Method getParameter.ParameterParameterIncludeImpl. getParameter(String name)Method getParameter.ParameterTransportInDescription. getParameter(String name)Method getParameter.ParameterTransportOutDescription. 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 voidAxisDescription. addParameter(Parameter param)voidAxisModule. addParameter(Parameter param)voidHandlerDescription. addParameter(Parameter param)Add a ParametervoidModuleConfiguration. addParameter(Parameter param)voidParameterInclude. addParameter(Parameter param)Method addParameter.voidParameterIncludeImpl. addParameter(Parameter param)Method addParametervoidTransportInDescription. addParameter(Parameter param)Method addParameter.voidTransportOutDescription. addParameter(Parameter param)Method addParameter.voidAxisDescription. removeParameter(Parameter param)voidAxisModule. removeParameter(Parameter param)voidHandlerDescription. removeParameter(Parameter param)voidModuleConfiguration. removeParameter(Parameter param)voidParameterInclude. removeParameter(Parameter param)voidParameterIncludeImpl. removeParameter(Parameter param)voidTransportInDescription. removeParameter(Parameter param)voidTransportOutDescription. 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 ParameterHandler. getParameter(String name)Get a Parameter from this HandlerParameterPhase. 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 ParameterAbstractHandler. 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 booleanMexUtil. 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.PolicyUtils. getMTOMPolicy(Parameter param)Based on the parameter passed aMTOM10Assertionobject 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 voidUtilsTransportServer. 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 ParameterURLEndpoint. 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 voidURLEndpoint. 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 ContentTypeRuleSetContentTypeRuleFactory. 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 StringUtils. getParameterValue(Parameter param)
-