Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
AddressingType<T> |
AddressingType.enabled(Boolean enabled)
Sets the
enabled element |
AddressingType<PortComponentRefType<T>> |
PortComponentRefType.getOrCreateAddressing()
If not already created, a new
addressing element with the given value will be created. |
AddressingType<T> |
AddressingType.removeEnabled()
Removes the
enabled element |
AddressingType<T> |
AddressingType.removeRequired()
Removes the
required element |
AddressingType<T> |
AddressingType.removeResponses()
Removes the
responses attribute |
AddressingType<T> |
AddressingType.required(Boolean required)
Sets the
required element |
AddressingType<T> |
AddressingType.responses(AddressingResponsesType responses)
Sets the
responses element |
AddressingType<T> |
AddressingType.responses(String responses)
Sets the
responses element |
Copyright © 2022 JBoss by Red Hat. All rights reserved.