Class ManagedServiceAssertion.ImplementationRecord
- java.lang.Object
-
- com.sun.xml.ws.api.config.management.policy.ManagedServiceAssertion.ImplementationRecord
-
- Enclosing class:
- ManagedServiceAssertion
public static class ManagedServiceAssertion.ImplementationRecord extends Object
Return the implementation class name along with all parameters for the implementation.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedImplementationRecord(String implementation, Map<QName,String> parameters, Collection<ManagedServiceAssertion.NestedParameters> nestedParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetImplementation()Collection<ManagedServiceAssertion.NestedParameters>getNestedParameters()Implementation elements may contain element parameters that contain further parameters.Map<QName,String>getParameters()The parameters that were set for this implementation element.inthashCode()StringtoString()
-
-
-
Constructor Detail
-
ImplementationRecord
protected ImplementationRecord(String implementation, Map<QName,String> parameters, Collection<ManagedServiceAssertion.NestedParameters> nestedParameters)
-
-
Method Detail
-
getImplementation
public String getImplementation()
-
getParameters
public Map<QName,String> getParameters()
The parameters that were set for this implementation element.- Returns:
- The parameters that were set for this implementation element. May be null.
-
getNestedParameters
public Collection<ManagedServiceAssertion.NestedParameters> getNestedParameters()
Implementation elements may contain element parameters that contain further parameters.- Returns:
- The nested parameters that were set for this implementation element. May be null.
-
-