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 PolicyAssertion
implements CallbackHandler

Author:
K.Venugopal@sun.com

Constructor Summary
CallbackHandler()
          Creates a new instance of CallbackHandler
CallbackHandler(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
           
 
Method Summary
 String getHandler()
           
 String getHandlerName()
           
 
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, 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(AssertionData name,
                       Collection<PolicyAssertion> nestedAssertions,
                       AssertionSet nestedAlternative)
Method Detail

getHandlerName

public String getHandlerName()
Specified by:
getHandlerName in interface CallbackHandler

getHandler

public String getHandler()
Specified by:
getHandler in interface CallbackHandler


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.