Modifier and Type | Method and Description |
---|---|
static BodyQName |
BodyQName.create(String uri,
String local)
Creates a new qualified name using a namespace URI and local name.
|
static BodyQName |
BodyQName.createWithPrefix(String uri,
String local,
String prefix)
Creates a new qualified name using a namespace URI and local name
along with an optional prefix.
|
Modifier and Type | Method and Description |
---|---|
Set<BodyQName> |
AbstractBody.getAttributeNames()
Get a set of all defined attribute names.
|
abstract Map<BodyQName,String> |
AbstractBody.getAttributes()
Get a map of all defined attribute names with their corresponding values.
|
Map<BodyQName,String> |
ComposableBody.getAttributes()
Get a map of all defined attribute names with their corresponding values.
|
Modifier and Type | Method and Description |
---|---|
String |
AbstractBody.getAttribute(BodyQName attr)
Get the value of the specified attribute.
|
ComposableBody.Builder |
ComposableBody.Builder.setAttribute(BodyQName name,
String value)
Set an attribute on the message body / wrapper element.
|
Copyright © 2016. All rights reserved.