csoap.xml.rpc.handler
Class MessageContextImpl
java.lang.Object
csoap.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageContextImpl
public MessageContextImpl()
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