Uses of Class
com.sun.xml.ws.api.config.management.policy.ManagedServiceAssertion.NestedParameters
-
Packages that use ManagedServiceAssertion.NestedParameters Package Description com.sun.xml.ws.api.config.management.policy -
-
Uses of ManagedServiceAssertion.NestedParameters in com.sun.xml.ws.api.config.management.policy
Methods in com.sun.xml.ws.api.config.management.policy that return types with arguments of type ManagedServiceAssertion.NestedParameters Modifier and Type Method Description Collection<ManagedServiceAssertion.NestedParameters>ManagedServiceAssertion.ImplementationRecord. getNestedParameters()Implementation elements may contain element parameters that contain further parameters.Constructor parameters in com.sun.xml.ws.api.config.management.policy with type arguments of type ManagedServiceAssertion.NestedParameters Constructor Description ImplementationRecord(String implementation, Map<QName,String> parameters, Collection<ManagedServiceAssertion.NestedParameters> nestedParameters)
-