com.sun.xml.ws.security.impl.policy
Class CallbackHandler

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyAssertion
      extended by com.sun.xml.ws.security.impl.policy.CallbackHandler
All Implemented Interfaces:
CallbackHandler

public class CallbackHandler
extends com.sun.xml.ws.policy.PolicyAssertion
implements CallbackHandler


Constructor Summary
CallbackHandler()
          Creates a new instance of CallbackHandler
CallbackHandler(com.sun.xml.ws.policy.sourcemodel.AssertionData name, java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
           
 
Method Summary
 java.lang.String getHandler()
           
 java.lang.String getHandlerName()
           
 
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallbackHandler

public CallbackHandler()
Creates a new instance of CallbackHandler


CallbackHandler

public CallbackHandler(com.sun.xml.ws.policy.sourcemodel.AssertionData name,
                       java.util.Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions,
                       com.sun.xml.ws.policy.AssertionSet nestedAlternative)
Method Detail

getHandlerName

public java.lang.String getHandlerName()
Specified by:
getHandlerName in interface CallbackHandler

getHandler

public java.lang.String getHandler()
Specified by:
getHandler in interface CallbackHandler