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 |
---|---|
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.createPortComponentRef()
Creates a new
port-component-ref element |
PortComponentRefType<T> |
PortComponentRefType.enableMtom(Boolean enableMtom)
Sets the
enable-mtom element |
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.getOrCreatePortComponentRef()
If not already created, a new
port-component-ref element will be created and returned. |
PortComponentRefType<T> |
PortComponentRefType.id(String id)
Sets the
id attribute |
PortComponentRefType<T> |
PortComponentRefType.mtomThreshold(Integer mtomThreshold)
Sets the
mtom-threshold element |
PortComponentRefType<T> |
PortComponentRefType.portComponentLink(String portComponentLink)
Sets the
port-component-link element |
PortComponentRefType<T> |
PortComponentRefType.removeAddressing()
Removes the
addressing element |
PortComponentRefType<T> |
PortComponentRefType.removeEnableMtom()
Removes the
enable-mtom element |
PortComponentRefType<T> |
PortComponentRefType.removeId()
Removes the
id attribute |
PortComponentRefType<T> |
PortComponentRefType.removeMtomThreshold()
Removes the
mtom-threshold element |
PortComponentRefType<T> |
PortComponentRefType.removePortComponentLink()
Removes the
port-component-link element |
PortComponentRefType<T> |
PortComponentRefType.removeRespectBinding()
Removes the
respect-binding element |
PortComponentRefType<T> |
PortComponentRefType.removeServiceEndpointInterface()
Removes the
service-endpoint-interface element |
PortComponentRefType<T> |
PortComponentRefType.serviceEndpointInterface(String serviceEndpointInterface)
Sets the
service-endpoint-interface element |
Modifier and Type | Method and Description |
---|---|
List<PortComponentRefType<ServiceRefType<T>>> |
ServiceRefType.getAllPortComponentRef()
Returns all
port-component-ref elements |
AddressingType<PortComponentRefType<T>> |
PortComponentRefType.getOrCreateAddressing()
If not already created, a new
addressing element with the given value will be created. |
RespectBindingType<PortComponentRefType<T>> |
PortComponentRefType.getOrCreateRespectBinding()
If not already created, a new
respect-binding element with the given value will be created. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.