|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.context.AbstractMessageContext
public abstract class AbstractMessageContext
Abstract base class for MessageContext instances.
| Constructor Summary | |
|---|---|
AbstractMessageContext()
|
|
| Method Summary | |
|---|---|
boolean |
containsProperty(String name)
Check if this message context contains a property with the given name. |
Object |
getProperty(String name)
Gets the value of a specific property from the MessageContext. |
String[] |
getPropertyNames()
Return the names of all properties in this MessageContext. |
void |
removeProperty(String name)
Removes a property from the MessageContext. |
void |
setProperty(String name,
Object value)
Sets the name and value of a property associated with the MessageContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.springframework.ws.context.MessageContext |
|---|
clearResponse, getRequest, getResponse, hasResponse, readResponse, setResponse |
| Constructor Detail |
|---|
public AbstractMessageContext()
| Method Detail |
|---|
public boolean containsProperty(String name)
MessageContext
containsProperty in interface MessageContextname - the name of the property to look for
true if the MessageContext contains the property; false otherwisepublic Object getProperty(String name)
MessageContextMessageContext.
getProperty in interface MessageContextname - name of the property whose value is to be retrieved
public String[] getPropertyNames()
MessageContextMessageContext.
getPropertyNames in interface MessageContextpublic void removeProperty(String name)
MessageContextMessageContext.
removeProperty in interface MessageContextname - name of the property to be removed
public void setProperty(String name,
Object value)
MessageContextMessageContext. If the
MessageContext contains a value of the same property, the old value is replaced.
setProperty in interface MessageContextname - name of the property associated with the valuevalue - value of the property
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||