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

Part Number E27170-01

weblogic.wsee.message
Class MsgHeaderType

java.lang.Object
  extended by weblogic.wsee.message.MsgHeaderType
All Implemented Interfaces:
Serializable

public class MsgHeaderType
extends Object
implements Serializable

Base for message header types, which serves as a key to find that header in a set of message headers.

See Also:
Serialized Form

Constructor Summary
MsgHeaderType()
           
 
Method Summary
 boolean equals(Object obj)
          Compares two header types for equality.
 int hashCode()
          Gets the hashCode for the message type, based on the reference
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgHeaderType

public MsgHeaderType()
Method Detail

equals

public final boolean equals(Object obj)
Compares two header types for equality. Forces the comparison to be based on the reference, rather than the contents

Overrides:
equals in class Object
Returns:
true if the two objects are equal

hashCode

public final int hashCode()
Gets the hashCode for the message type, based on the reference

Overrides:
hashCode in class Object
Returns:
The hash code for the message type

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