com.sun.xml.ws.api.config.management.policy
Class ManagedServiceAssertion.ImplementationRecord

java.lang.Object
  extended by 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
protected ManagedServiceAssertion.ImplementationRecord(String implementation, Map<QName,String> parameters, Collection<ManagedServiceAssertion.NestedParameters> nestedParameters)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getImplementation()
           
 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.
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManagedServiceAssertion.ImplementationRecord

protected ManagedServiceAssertion.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.

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


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.