Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

weblogic.wsee.reliability2.sequence
Class CreateSequencePostSecurityTokenCallback

java.lang.Object
  extended by weblogic.wsee.reliability2.sequence.CreateSequencePostSecurityTokenCallback

public class CreateSequencePostSecurityTokenCallback
extends Object


Field Summary
static String PROPERTY_NAME
          Name of this Object's KEY when placed in a property map.
 
Method Summary
 void execute(MessageContext mc)
           
static void processCallback(MessageContext mc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_NAME

public static final String PROPERTY_NAME
Name of this Object's KEY when placed in a property map. An executing thread should never have more than one of these in a given property map.

See Also:
Constant Field Values
Method Detail

processCallback

public static void processCallback(MessageContext mc)
                            throws WsrmException
Throws:
WsrmException

execute

public void execute(MessageContext mc)
             throws WsrmException
Throws:
WsrmException

Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02