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

Part Number E27170-01

weblogic.wsee.reliability2.sequence
Class SourceMessageInfo.ClientInvokeInfo

java.lang.Object
  extended by weblogic.wsee.reliability2.sequence.SourceMessageInfo.ClientInvokeInfo
All Implemented Interfaces:
Serializable
Enclosing class:
SourceMessageInfo

public static class SourceMessageInfo.ClientInvokeInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
SourceMessageInfo.ClientInvokeInfo(boolean syncMEP, boolean oneWay)
           
 
Method Summary
 boolean isOneWay()
           
 boolean isSyncMEP()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceMessageInfo.ClientInvokeInfo

public SourceMessageInfo.ClientInvokeInfo(boolean syncMEP,
                                          boolean oneWay)
Method Detail

isSyncMEP

public boolean isSyncMEP()

isOneWay

public boolean isOneWay()

toString

public String toString()
Overrides:
toString in class Object

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