Modifier and Type | Method and Description |
---|---|
PortComponentRefType<T> |
enableMtom(Boolean enableMtom)
Sets the
enable-mtom element |
String |
getId()
Returns the
id attribute |
Integer |
getMtomThreshold()
Returns the
mtom-threshold element |
AddressingType<PortComponentRefType<T>> |
getOrCreateAddressing()
If not already created, a new
addressing element with the given value will be created. |
RespectBindingType<PortComponentRefType<T>> |
getOrCreateRespectBinding()
If not already created, a new
respect-binding element with the given value will be created. |
String |
getPortComponentLink()
Returns the
port-component-link element |
String |
getServiceEndpointInterface()
Returns the
service-endpoint-interface element |
PortComponentRefType<T> |
id(String id)
Sets the
id attribute |
Boolean |
isEnableMtom()
Returns the
enable-mtom element |
PortComponentRefType<T> |
mtomThreshold(Integer mtomThreshold)
Sets the
mtom-threshold element |
PortComponentRefType<T> |
portComponentLink(String portComponentLink)
Sets the
port-component-link element |
PortComponentRefType<T> |
removeAddressing()
Removes the
addressing element |
PortComponentRefType<T> |
removeEnableMtom()
Removes the
enable-mtom element |
PortComponentRefType<T> |
removeId()
Removes the
id attribute |
PortComponentRefType<T> |
removeMtomThreshold()
Removes the
mtom-threshold element |
PortComponentRefType<T> |
removePortComponentLink()
Removes the
port-component-link element |
PortComponentRefType<T> |
removeRespectBinding()
Removes the
respect-binding element |
PortComponentRefType<T> |
removeServiceEndpointInterface()
Removes the
service-endpoint-interface element |
PortComponentRefType<T> |
serviceEndpointInterface(String serviceEndpointInterface)
Sets the
service-endpoint-interface element |
PortComponentRefType<T> serviceEndpointInterface(String serviceEndpointInterface)
service-endpoint-interface
elementserviceEndpointInterface
- the value for the element service-endpoint-interface
PortComponentRefType
String getServiceEndpointInterface()
service-endpoint-interface
elementservice-endpoint-interface
PortComponentRefType<T> removeServiceEndpointInterface()
service-endpoint-interface
elementPortComponentRefType
PortComponentRefType<T> enableMtom(Boolean enableMtom)
enable-mtom
elementenableMtom
- the value for the element enable-mtom
PortComponentRefType
Boolean isEnableMtom()
enable-mtom
elementenable-mtom
PortComponentRefType<T> removeEnableMtom()
enable-mtom
elementPortComponentRefType
PortComponentRefType<T> mtomThreshold(Integer mtomThreshold)
mtom-threshold
elementmtomThreshold
- the value for the element mtom-threshold
PortComponentRefType
Integer getMtomThreshold()
mtom-threshold
elementmtom-threshold
PortComponentRefType<T> removeMtomThreshold()
mtom-threshold
elementPortComponentRefType
AddressingType<PortComponentRefType<T>> getOrCreateAddressing()
addressing
element with the given value will be created.
Otherwise, the existing addressing
element will be returned.AddressingType>
PortComponentRefType<T> removeAddressing()
addressing
elementPortComponentRefType
RespectBindingType<PortComponentRefType<T>> getOrCreateRespectBinding()
respect-binding
element with the given value will be created.
Otherwise, the existing respect-binding
element will be returned.RespectBindingType>
PortComponentRefType<T> removeRespectBinding()
respect-binding
elementPortComponentRefType
PortComponentRefType<T> portComponentLink(String portComponentLink)
port-component-link
elementportComponentLink
- the value for the element port-component-link
PortComponentRefType
String getPortComponentLink()
port-component-link
elementport-component-link
PortComponentRefType<T> removePortComponentLink()
port-component-link
elementPortComponentRefType
PortComponentRefType<T> id(String id)
id
attributeid
- the value for the attribute id
PortComponentRefType
String getId()
id
attributeid
PortComponentRefType<T> removeId()
id
attributePortComponentRefType
Copyright © 2024 JBoss by Red Hat. All rights reserved.