|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface MessagePolicy.Target
This interface is used to represent and perform message targeting. Targets are used by message authentication modules to operate on the corresponding content within messages.
The internal state of a Target indicates whether it applies to the request or response message of a MessageInfo and to which components it applies within the identified message.
Method Summary | |
---|---|
java.lang.Object |
get(MessageInfo messageInfo)
Get the Object identified by the Target from the MessageInfo. |
void |
put(MessageInfo messageInfo,
java.lang.Object data)
Put the Object into the MessageInfo at the location identified by the target. |
void |
remove(MessageInfo messageInfo)
Remove the Object identified by the Target from the MessageInfo. |
Method Detail |
---|
java.lang.Object get(MessageInfo messageInfo)
messageInfo
- The MessageInfo containing the request or
response message from which the target is to be obtained.
void remove(MessageInfo messageInfo)
messageInfo
- The MessageInfo containing the request or
response message from which the target is to be removed.void put(MessageInfo messageInfo, java.lang.Object data)
messageInfo
- The MessageInfo containing the request or
response message into which the object is to be put.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41