Class CallbackHandler
- java.lang.Object
-
- com.sun.xml.ws.policy.PolicyAssertion
-
- com.sun.xml.ws.security.impl.policy.CallbackHandler
-
- All Implemented Interfaces:
CallbackHandler
public class CallbackHandler extends com.sun.xml.ws.policy.PolicyAssertion implements CallbackHandler
- Author:
- K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description CallbackHandler()Creates a new instance of CallbackHandlerCallbackHandler(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHandler()StringgetHandlerName()-
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
-
-
-
-
Constructor Detail
-
CallbackHandler
public CallbackHandler()
Creates a new instance of CallbackHandler
-
CallbackHandler
public CallbackHandler(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
-
-
Method Detail
-
getHandlerName
public String getHandlerName()
- Specified by:
getHandlerNamein interfaceCallbackHandler
-
getHandler
public String getHandler()
- Specified by:
getHandlerin interfaceCallbackHandler
-
-