com.sun.xml.wss.provider.wsit
Class PacketMapMessageInfo

java.lang.Object
  extended by com.sun.xml.wss.provider.wsit.PacketMapMessageInfo
All Implemented Interfaces:
PacketMessageInfo, MessageInfo

public class PacketMapMessageInfo
extends Object
implements PacketMessageInfo


Constructor Summary
PacketMapMessageInfo(com.sun.xml.ws.api.message.Packet reqPacket, com.sun.xml.ws.api.message.Packet resPacket)
           
 
Method Summary
 Map getMap()
          Get (a reference to) the Map object of this MessageInfo.
 Object getRequestMessage()
          Get the request message object from this MessageInfo.
 com.sun.xml.ws.api.message.Packet getRequestPacket()
           
 Object getResponseMessage()
          Get the response message object from this MessageInfo.
 com.sun.xml.ws.api.message.Packet getResponsePacket()
           
 SOAPAuthParam getSOAPAuthParam()
           
 void setRequestMessage(Object request)
          Set the request message object in this MessageInfo.
 void setRequestPacket(com.sun.xml.ws.api.message.Packet p)
           
 void setResponseMessage(Object response)
          Set the response message object in this MessageInfo.
 void setResponsePacket(com.sun.xml.ws.api.message.Packet p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacketMapMessageInfo

public PacketMapMessageInfo(com.sun.xml.ws.api.message.Packet reqPacket,
                            com.sun.xml.ws.api.message.Packet resPacket)
Method Detail

getMap

public Map getMap()
Description copied from interface: MessageInfo
Get (a reference to) the Map object of this MessageInfo. Operations performed on the acquired Map must effect the Map within the MessageInfo.

Specified by:
getMap in interface MessageInfo
Returns:
the Map object of this MessageInfo. This method never returns null. If a Map has not been associated with the MessageInfo, this method instantiates a Map, associates it with this MessageInfo, and then returns it.

getRequestMessage

public Object getRequestMessage()
Description copied from interface: MessageInfo
Get the request message object from this MessageInfo.

Specified by:
getRequestMessage in interface MessageInfo
Returns:
An object representing the request message, or null if no request message is set within the MessageInfo.

getResponseMessage

public Object getResponseMessage()
Description copied from interface: MessageInfo
Get the response message object from this MessageInfo.

Specified by:
getResponseMessage in interface MessageInfo
Returns:
an object representing the response message, or null if no response message is set within the MessageInfo.

setRequestMessage

public void setRequestMessage(Object request)
Description copied from interface: MessageInfo
Set the request message object in this MessageInfo.

Specified by:
setRequestMessage in interface MessageInfo
Parameters:
request - An object representing the request message.

setResponseMessage

public void setResponseMessage(Object response)
Description copied from interface: MessageInfo
Set the response message object in this MessageInfo.

Specified by:
setResponseMessage in interface MessageInfo
Parameters:
response - An object representing the response message.

getSOAPAuthParam

public SOAPAuthParam getSOAPAuthParam()
Specified by:
getSOAPAuthParam in interface PacketMessageInfo

getRequestPacket

public com.sun.xml.ws.api.message.Packet getRequestPacket()
Specified by:
getRequestPacket in interface PacketMessageInfo

getResponsePacket

public com.sun.xml.ws.api.message.Packet getResponsePacket()
Specified by:
getResponsePacket in interface PacketMessageInfo

setRequestPacket

public void setRequestPacket(com.sun.xml.ws.api.message.Packet p)
Specified by:
setRequestPacket in interface PacketMessageInfo

setResponsePacket

public void setResponsePacket(com.sun.xml.ws.api.message.Packet p)
Specified by:
setResponsePacket in interface PacketMessageInfo


Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.