Class ManagedServiceAssertion.ImplementationRecord
java.lang.Object
com.sun.xml.ws.api.config.management.policy.ManagedServiceAssertion.ImplementationRecord
- Enclosing class:
- ManagedServiceAssertion
Return the implementation class name along with all parameters for the
implementation.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedImplementationRecord(String implementation, Map<QName, String> parameters, Collection<ManagedServiceAssertion.NestedParameters> nestedParameters) -
Method Summary
-
Constructor Details
-
ImplementationRecord
protected ImplementationRecord(String implementation, Map<QName, String> parameters, Collection<ManagedServiceAssertion.NestedParameters> nestedParameters)
-
-
Method Details
-
getImplementation
-
getParameters
The parameters that were set for this implementation element.- Returns:
- The parameters that were set for this implementation element. May be null.
-
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.
-
equals
-
hashCode
public int hashCode() -
toString
-