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 Details

  • Method Details

    • 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

      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

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object