|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PortComponentRefType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 | Provides the interfaces and enumeration types as defined in the schema |
Uses of PortComponentRefType in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return PortComponentRefType | |
---|---|
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 |
Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return types with arguments of type PortComponentRefType | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |