public interface ServiceRefType<T> extends Child<T>
service-refType
xsd typeModifier 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-name
ServiceRefType
String getServiceRefName()
service-ref-name
elementservice-ref-name
ServiceRefType<T> removeServiceRefName()
service-ref-name
elementServiceRefType
ServiceRefType<T> serviceImplClass(String serviceImplClass)
service-impl-class
elementserviceImplClass
- the value for the element service-impl-class
ServiceRefType
String getServiceImplClass()
service-impl-class
elementservice-impl-class
ServiceRefType<T> removeServiceImplClass()
service-impl-class
elementServiceRefType
ServiceRefType<T> serviceQname(String serviceQname)
service-qname
elementserviceQname
- the value for the element service-qname
ServiceRefType
String getServiceQname()
service-qname
elementservice-qname
ServiceRefType<T> removeServiceQname()
service-qname
elementServiceRefType
ServiceRefType<T> configName(String configName)
config-name
elementconfigName
- the value for the element config-name
ServiceRefType
String getConfigName()
config-name
elementconfig-name
ServiceRefType<T> removeConfigName()
config-name
elementServiceRefType
ServiceRefType<T> configFile(String configFile)
config-file
elementconfigFile
- the value for the element config-file
ServiceRefType
String getConfigFile()
config-file
elementconfig-file
ServiceRefType<T> removeConfigFile()
config-file
elementServiceRefType
ServiceRefType<T> handlerChain(String handlerChain)
handler-chain
elementhandlerChain
- the value for the element handler-chain
ServiceRefType
String getHandlerChain()
handler-chain
elementhandler-chain
ServiceRefType<T> removeHandlerChain()
handler-chain
elementServiceRefType
PortComponentRefType<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-ref
PortComponentRefType<ServiceRefType<T>> createPortComponentRef()
port-component-ref
elementPortComponentRefType>
List<PortComponentRefType<ServiceRefType<T>>> getAllPortComponentRef()
port-component-ref
elementsport-component-ref
ServiceRefType<T> removeAllPortComponentRef()
port-component-ref
elementsPortComponentRefType>
ServiceRefType<T> wsdlOverride(String wsdlOverride)
wsdl-override
elementwsdlOverride
- the value for the element wsdl-override
ServiceRefType
String getWsdlOverride()
wsdl-override
elementwsdl-override
ServiceRefType<T> removeWsdlOverride()
wsdl-override
elementServiceRefType
ServiceRefType<T> id(String id)
id
attributeid
- the value for the attribute id
ServiceRefType
String getId()
id
attributeid
ServiceRefType<T> removeId()
id
attributeServiceRefType
Copyright © 2016 JBoss by Red Hat. All rights reserved.