Package | Description |
---|---|
org.switchyard | |
org.switchyard.component.soap.composer |
Modifier and Type | Method and Description |
---|---|
Property |
Property.addLabels(Set<String> labels)
Adds a set of labels to the property.
|
Property |
Property.addLabels(String... labels)
Adds labels to the property.
|
Property |
Context.getProperty(String name)
Retrieves the named property within this context, regardless
of the scope.
|
Property |
Context.getProperty(String name,
Scope scope)
Retrieves the value of the named property with the given scope in this
context.
|
Property |
Property.removeLabels(String... labels)
Removes labels from the property.
|
Property |
Context.setProperty(String name,
Object val)
Sets the named context property with the specified value.
|
Property |
Context.setProperty(String name,
Object val,
Scope scope)
Sets the named context property with the specified value in a specific
scope.
|
Modifier and Type | Method and Description |
---|---|
Set<Property> |
Context.getProperties()
Returns the set of all properties in this context.
|
Set<Property> |
Context.getProperties(Scope scope)
Returns the set of all properties in this context in the specified scope.
|
Set<Property> |
Context.getProperties(String label)
Get all properties with a given label.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.removeProperty(Property property)
Removes the named property from this context.
|
Modifier and Type | Method and Description |
---|---|
Context |
Context.setProperties(Set<Property> properties)
Adds the set of properties to this context.
|
Modifier and Type | Method and Description |
---|---|
SOAPBindingData |
SOAPContextMapper.mapToExchangeScope(Property property,
SOAPHeader soapHeader,
SOAPBindingData data) |
SOAPBindingData |
SOAPContextMapper.mapToMessageScope(Property property,
SOAPHeader soapHeader,
SOAPBindingData data) |
Copyright © 2013–2020 JBoss by Red Hat. All rights reserved.