sun.security.mule.krb5.cxf
Class STSInvoker
java.lang.Object
sun.security.mule.krb5.cxf.STSInvoker
- All Implemented Interfaces:
- org.apache.cxf.service.invoker.Invoker
- Direct Known Subclasses:
- SpnegoContextTokenInInterceptor.SpnegoSTSInvoker
public abstract class STSInvoker
- extends Object
- implements org.apache.cxf.service.invoker.Invoker
|
Method Summary |
abstract void |
doIssue(Element requestEl,
org.apache.cxf.message.Exchange exchange,
Element binaryExchange,
org.apache.cxf.staxutils.W3CDOMStreamWriter writer,
String prefix,
String namespace)
|
Object |
invoke(org.apache.cxf.message.Exchange exchange,
Object o)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STSInvoker
public STSInvoker()
invoke
public Object invoke(org.apache.cxf.message.Exchange exchange,
Object o)
- Specified by:
invoke in interface org.apache.cxf.service.invoker.Invoker
doIssue
public abstract void doIssue(Element requestEl,
org.apache.cxf.message.Exchange exchange,
Element binaryExchange,
org.apache.cxf.staxutils.W3CDOMStreamWriter writer,
String prefix,
String namespace)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.