csoap.xml.rpc.handler
Class MessageContextImpl

java.lang.Object
  extended bycsoap.xml.rpc.handler.MessageContextImpl
All Implemented Interfaces:
javax.xml.rpc.handler.MessageContext
Direct Known Subclasses:
SOAPMessageContextImpl

public class MessageContextImpl
extends java.lang.Object
implements javax.xml.rpc.handler.MessageContext


Constructor Summary
MessageContextImpl()
           
 
Method Summary
 boolean containsProperty(java.lang.String name)
           
 java.lang.Object getProperty(java.lang.String name)
           
 java.util.Iterator getPropertyNames()
           
 void removeProperty(java.lang.String name)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageContextImpl

public MessageContextImpl()
Method Detail

containsProperty

public boolean containsProperty(java.lang.String name)
Specified by:
containsProperty in interface javax.xml.rpc.handler.MessageContext

getProperty

public java.lang.Object getProperty(java.lang.String name)
Specified by:
getProperty in interface javax.xml.rpc.handler.MessageContext

getPropertyNames

public java.util.Iterator getPropertyNames()
Specified by:
getPropertyNames in interface javax.xml.rpc.handler.MessageContext

removeProperty

public void removeProperty(java.lang.String name)
Specified by:
removeProperty in interface javax.xml.rpc.handler.MessageContext

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
Specified by:
setProperty in interface javax.xml.rpc.handler.MessageContext