Uses of Class
org.apache.openejb.jee.was.v6.common.ParamValue
-
Packages that use ParamValue Package Description org.apache.openejb.jee.was.v6.common Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.org.apache.openejb.jee.was.v6.wsclient Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ParamValue in org.apache.openejb.jee.was.v6.common
Methods in org.apache.openejb.jee.was.v6.common that return ParamValue Modifier and Type Method Description ParamValueObjectFactory. createParamValue()Create an instance ofParamValueMethods in org.apache.openejb.jee.was.v6.common that return types with arguments of type ParamValue Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ParamValue>ObjectFactory. createParamValue(ParamValue value)Methods in org.apache.openejb.jee.was.v6.common with parameters of type ParamValue Modifier and Type Method Description jakarta.xml.bind.JAXBElement<ParamValue>ObjectFactory. createParamValue(ParamValue value) -
Uses of ParamValue in org.apache.openejb.jee.was.v6.wsclient
Fields in org.apache.openejb.jee.was.v6.wsclient with type parameters of type ParamValue Modifier and Type Field Description protected List<ParamValue>Handler. initParamsMethods in org.apache.openejb.jee.was.v6.wsclient that return types with arguments of type ParamValue Modifier and Type Method Description List<ParamValue>Handler. getInitParams()Gets the value of the initParams property.
-