
public interface ServiceRefType<T> extends Child<T>
service-refType xsd type| Modifier and Type | Method and Description |
|---|---|
ServiceRefType<T> |
configFile(String configFile)
Sets the
config-file element |
ServiceRefType<T> |
configName(String configName)
Sets the
config-name element |
PortComponentRefType<ServiceRefType<T>> |
createPortComponentRef()
Creates a new
port-component-ref element |
List<PortComponentRefType<ServiceRefType<T>>> |
getAllPortComponentRef()
Returns all
port-component-ref elements |
String |
getConfigFile()
Returns the
config-file element |
String |
getConfigName()
Returns the
config-name element |
String |
getHandlerChain()
Returns the
handler-chain element |
String |
getId()
Returns the
id attribute |
PortComponentRefType<ServiceRefType<T>> |
getOrCreatePortComponentRef()
If not already created, a new
port-component-ref element will be created and returned. |
String |
getServiceImplClass()
Returns the
service-impl-class element |
String |
getServiceQname()
Returns the
service-qname element |
String |
getServiceRefName()
Returns the
service-ref-name element |
String |
getWsdlOverride()
Returns the
wsdl-override element |
ServiceRefType<T> |
handlerChain(String handlerChain)
Sets the
handler-chain element |
ServiceRefType<T> |
id(String id)
Sets the
id attribute |
ServiceRefType<T> |
removeAllPortComponentRef()
Removes all
port-component-ref elements |
ServiceRefType<T> |
removeConfigFile()
Removes the
config-file element |
ServiceRefType<T> |
removeConfigName()
Removes the
config-name element |
ServiceRefType<T> |
removeHandlerChain()
Removes the
handler-chain element |
ServiceRefType<T> |
removeId()
Removes the
id attribute |
ServiceRefType<T> |
removeServiceImplClass()
Removes the
service-impl-class element |
ServiceRefType<T> |
removeServiceQname()
Removes the
service-qname element |
ServiceRefType<T> |
removeServiceRefName()
Removes the
service-ref-name element |
ServiceRefType<T> |
removeWsdlOverride()
Removes the
wsdl-override element |
ServiceRefType<T> |
serviceImplClass(String serviceImplClass)
Sets the
service-impl-class element |
ServiceRefType<T> |
serviceQname(String serviceQname)
Sets the
service-qname element |
ServiceRefType<T> |
serviceRefName(String serviceRefName)
Sets the
service-ref-name element |
ServiceRefType<T> |
wsdlOverride(String wsdlOverride)
Sets the
wsdl-override element |
ServiceRefType<T> serviceRefName(String serviceRefName)
service-ref-name elementserviceRefName - the value for the element service-ref-nameServiceRefTypeString getServiceRefName()
service-ref-name elementservice-ref-nameServiceRefType<T> removeServiceRefName()
service-ref-name elementServiceRefTypeServiceRefType<T> serviceImplClass(String serviceImplClass)
service-impl-class elementserviceImplClass - the value for the element service-impl-classServiceRefTypeString getServiceImplClass()
service-impl-class elementservice-impl-classServiceRefType<T> removeServiceImplClass()
service-impl-class elementServiceRefTypeServiceRefType<T> serviceQname(String serviceQname)
service-qname elementserviceQname - the value for the element service-qnameServiceRefTypeString getServiceQname()
service-qname elementservice-qnameServiceRefType<T> removeServiceQname()
service-qname elementServiceRefTypeServiceRefType<T> configName(String configName)
config-name elementconfigName - the value for the element config-nameServiceRefTypeString getConfigName()
config-name elementconfig-nameServiceRefType<T> removeConfigName()
config-name elementServiceRefTypeServiceRefType<T> configFile(String configFile)
config-file elementconfigFile - the value for the element config-fileServiceRefTypeString getConfigFile()
config-file elementconfig-fileServiceRefType<T> removeConfigFile()
config-file elementServiceRefTypeServiceRefType<T> handlerChain(String handlerChain)
handler-chain elementhandlerChain - the value for the element handler-chainServiceRefTypeString getHandlerChain()
handler-chain elementhandler-chainServiceRefType<T> removeHandlerChain()
handler-chain elementServiceRefTypePortComponentRefType<ServiceRefType<T>> getOrCreatePortComponentRef()
port-component-ref element will be created and returned.
Otherwise, the first existing port-component-ref element will be returned.port-component-refPortComponentRefType<ServiceRefType<T>> createPortComponentRef()
port-component-ref elementPortComponentRefType> List<PortComponentRefType<ServiceRefType<T>>> getAllPortComponentRef()
port-component-ref elementsport-component-refServiceRefType<T> removeAllPortComponentRef()
port-component-ref elementsPortComponentRefType> ServiceRefType<T> wsdlOverride(String wsdlOverride)
wsdl-override elementwsdlOverride - the value for the element wsdl-overrideServiceRefTypeString getWsdlOverride()
wsdl-override elementwsdl-overrideServiceRefType<T> removeWsdlOverride()
wsdl-override elementServiceRefTypeServiceRefType<T> id(String id)
id attributeid - the value for the attribute idServiceRefTypeString getId()
id attributeidServiceRefType<T> removeId()
id attributeServiceRefTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.