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

Part Number E41849-02

Uses of Class
weblogic.wsee.reliability.WsrmConstants.FaultGeneratedBy

Packages that use WsrmConstants.FaultGeneratedBy
weblogic.wsee.reliability Provides interfaces, classes, exceptions, and enumerations for developing Web Services Reliable Messaging (WS-RM) for JAX-RPC Web services. 
weblogic.wsee.reliability.faults Provides classes for weblogic.wsee.reliability.faults
 

Uses of WsrmConstants.FaultGeneratedBy in weblogic.wsee.reliability
 

Methods in weblogic.wsee.reliability that return WsrmConstants.FaultGeneratedBy
static WsrmConstants.FaultGeneratedBy WsrmConstants.FaultGeneratedBy.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static WsrmConstants.FaultGeneratedBy[] WsrmConstants.FaultGeneratedBy.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of WsrmConstants.FaultGeneratedBy in weblogic.wsee.reliability.faults
 

Methods in weblogic.wsee.reliability.faults that return WsrmConstants.FaultGeneratedBy
 WsrmConstants.FaultGeneratedBy SequenceFaultMsg.getGeneratedBy()
          Deprecated.  
 

Constructors in weblogic.wsee.reliability.faults with parameters of type WsrmConstants.FaultGeneratedBy
SequenceFaultMsg(WsrmConstants.RMVersion rmVersion, WsrmConstants.FaultGeneratedBy generatedBy, WsrmConstants.FaultCode code, String subCode, String reason, SequenceFaultMsgType type)
          Deprecated. Creates a new sequence fault message.
 


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