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

Part Number E27170-01

weblogic.wsee.mc.api
Interface McPolicyInfo


public interface McPolicyInfo

API to check if MC is required


Method Summary
 boolean isMcDisable()
          Determine if MC should be applied to the message
 boolean isMcOptional()
          Indicate if MC is optional
 

Method Detail

isMcDisable

boolean isMcDisable()
Determine if MC should be applied to the message

Returns:
true if MC is disabled; false otherwise

isMcOptional

boolean isMcOptional()
Indicate if MC is optional

Returns:
true if MC is disabled or optional; false otherwise

Copyright 1996, 2013, 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.2)

Part Number E27170-01