public interface PortComponentRefType<T> extends Child<T>
port-component-refType xsd type| Modifier and Type | Method and Description |
|---|---|
PortComponentRefType<T> |
enableMtom(Boolean enableMtom)
Sets the
enable-mtom element |
String |
getPortComponentLink()
Returns the
port-component-link element |
String |
getServiceEndpointInterface()
Returns the
service-endpoint-interface element |
Boolean |
isEnableMtom()
Returns the
enable-mtom element |
PortComponentRefType<T> |
portComponentLink(String portComponentLink)
Sets the
port-component-link element |
PortComponentRefType<T> |
removeEnableMtom()
Removes the
enable-mtom element |
PortComponentRefType<T> |
removePortComponentLink()
Removes the
port-component-link 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-interfacePortComponentRefTypeString getServiceEndpointInterface()
service-endpoint-interface elementservice-endpoint-interfacePortComponentRefType<T> removeServiceEndpointInterface()
service-endpoint-interface elementPortComponentRefTypePortComponentRefType<T> enableMtom(Boolean enableMtom)
enable-mtom elementenableMtom - the value for the element enable-mtomPortComponentRefTypeBoolean isEnableMtom()
enable-mtom elementenable-mtomPortComponentRefType<T> removeEnableMtom()
enable-mtom elementPortComponentRefTypePortComponentRefType<T> portComponentLink(String portComponentLink)
port-component-link elementportComponentLink - the value for the element port-component-linkPortComponentRefTypeString getPortComponentLink()
port-component-link elementport-component-linkPortComponentRefType<T> removePortComponentLink()
port-component-link elementPortComponentRefTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.