Java javax.xml.ws.handler.soap SOAPMessageContext fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.ws.handler.soap SOAPMessageContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.ws.handler.soap SOAPMessageContext.

The text is from its open source code.

Implementation

javax.xml.ws.handler.soap.SOAPMessageContext has the following implementations.
Click this link to see all its implementation.

Method

Vget(Object key)
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
Object[]getHeaders(QName header, JAXBContext context, boolean allRoles)
Gets headers that have a particular qualified name from the message in the message context.
SOAPMessagegetMessage()
Gets the SOAPMessage from this message context.
Vput(K key, V value)
Associates the specified value with the specified key in this map (optional operation).
voidputAll(Map m)
Copies all of the mappings from the specified map to this map (optional operation).
Vremove(Object key)
Removes the mapping for a key from this map if it is present (optional operation).
voidsetMessage(SOAPMessage message)
Sets the SOAPMessage in this message context
voidsetScope(String name, Scope scope)
Sets the scope of a property.