
| Modifier and Type | Method and Description |
|---|---|
HandlerType<ServiceRefType<T>> |
createHandler()
Creates a new
handler element |
IconType<ServiceRefType<T>> |
createIcon()
Creates a new
icon element |
InjectionTargetType<ServiceRefType<T>> |
createInjectionTarget()
Creates a new
injection-target element |
PortComponentRefType<ServiceRefType<T>> |
createPortComponentRef()
Creates a new
port-component-ref element |
ServiceRefType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ServiceRefType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<HandlerType<ServiceRefType<T>>> |
getAllHandler()
Returns all
handler elements |
List<IconType<ServiceRefType<T>>> |
getAllIcon()
Returns all
icon elements |
List<InjectionTargetType<ServiceRefType<T>>> |
getAllInjectionTarget()
Returns all
injection-target elements |
List<PortComponentRefType<ServiceRefType<T>>> |
getAllPortComponentRef()
Returns all
port-component-ref elements |
String |
getId()
Returns the
id attribute |
String |
getJaxrpcMappingFile()
Returns the
jaxrpc-mapping-file element |
String |
getLookupName()
Returns the
lookup-name element |
String |
getMappedName()
Returns the
mapped-name element |
HandlerType<ServiceRefType<T>> |
getOrCreateHandler()
If not already created, a new
handler element will be created and returned. |
HandlerChainsType<ServiceRefType<T>> |
getOrCreateHandlerChains()
If not already created, a new
handler-chains element with the given value will be created. |
IconType<ServiceRefType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
InjectionTargetType<ServiceRefType<T>> |
getOrCreateInjectionTarget()
If not already created, a new
injection-target element will be created and returned. |
PortComponentRefType<ServiceRefType<T>> |
getOrCreatePortComponentRef()
If not already created, a new
port-component-ref element will be created and returned. |
String |
getServiceInterface()
Returns the
service-interface element |
String |
getServiceQname()
Returns the
service-qname element |
String |
getServiceRefName()
Returns the
service-ref-name element |
String |
getServiceRefType()
Returns the
service-ref-type element |
String |
getWsdlFile()
Returns the
wsdl-file element |
ServiceRefType<T> |
id(String id)
Sets the
id attribute |
ServiceRefType<T> |
jaxrpcMappingFile(String jaxrpcMappingFile)
Sets the
jaxrpc-mapping-file element |
ServiceRefType<T> |
lookupName(String lookupName)
Sets the
lookup-name element |
ServiceRefType<T> |
mappedName(String mappedName)
Sets the
mapped-name element |
ServiceRefType<T> |
removeAllDescription()
Removes the
description element |
ServiceRefType<T> |
removeAllDisplayName()
Removes the
display-name element |
ServiceRefType<T> |
removeAllHandler()
Removes all
handler elements |
ServiceRefType<T> |
removeAllIcon()
Removes all
icon elements |
ServiceRefType<T> |
removeAllInjectionTarget()
Removes all
injection-target elements |
ServiceRefType<T> |
removeAllPortComponentRef()
Removes all
port-component-ref elements |
ServiceRefType<T> |
removeHandlerChains()
Removes the
handler-chains element |
ServiceRefType<T> |
removeId()
Removes the
id attribute |
ServiceRefType<T> |
removeJaxrpcMappingFile()
Removes the
jaxrpc-mapping-file element |
ServiceRefType<T> |
removeLookupName()
Removes the
lookup-name element |
ServiceRefType<T> |
removeMappedName()
Removes the
mapped-name element |
ServiceRefType<T> |
removeServiceInterface()
Removes the
service-interface element |
ServiceRefType<T> |
removeServiceQname()
Removes the
service-qname element |
ServiceRefType<T> |
removeServiceRefName()
Removes the
service-ref-name element |
ServiceRefType<T> |
removeServiceRefType()
Removes the
service-ref-type element |
ServiceRefType<T> |
removeWsdlFile()
Removes the
wsdl-file element |
ServiceRefType<T> |
serviceInterface(String serviceInterface)
Sets the
service-interface element |
ServiceRefType<T> |
serviceQname(String serviceQname)
Sets the
service-qname element |
ServiceRefType<T> |
serviceRefName(String serviceRefName)
Sets the
service-ref-name element |
ServiceRefType<T> |
serviceRefType(String serviceRefType)
Sets the
service-ref-type element |
ServiceRefType<T> |
wsdlFile(String wsdlFile)
Sets the
wsdl-file element |
ServiceRefType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsServiceRefTypeList<String> getAllDescription()
description elementsdescriptionServiceRefType<T> removeAllDescription()
description elementServiceRefTypeServiceRefType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsServiceRefTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameServiceRefType<T> removeAllDisplayName()
display-name elementServiceRefTypeIconType<ServiceRefType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<ServiceRefType<T>> createIcon()
icon elementIconType> List<IconType<ServiceRefType<T>>> getAllIcon()
icon elementsiconServiceRefType<T> removeAllIcon()
icon elementsIconType> ServiceRefType<T> lookupName(String lookupName)
lookup-name elementlookupName - the value for the element lookup-nameServiceRefTypeString getLookupName()
lookup-name elementlookup-nameServiceRefType<T> removeLookupName()
lookup-name elementServiceRefTypeServiceRefType<T> mappedName(String mappedName)
mapped-name elementmappedName - the value for the element mapped-nameServiceRefTypeString getMappedName()
mapped-name elementmapped-nameServiceRefType<T> removeMappedName()
mapped-name elementServiceRefTypeInjectionTargetType<ServiceRefType<T>> getOrCreateInjectionTarget()
injection-target element will be created and returned.
Otherwise, the first existing injection-target element will be returned.injection-targetInjectionTargetType<ServiceRefType<T>> createInjectionTarget()
injection-target elementInjectionTargetType> List<InjectionTargetType<ServiceRefType<T>>> getAllInjectionTarget()
injection-target elementsinjection-targetServiceRefType<T> removeAllInjectionTarget()
injection-target elementsInjectionTargetType> 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> serviceInterface(String serviceInterface)
service-interface elementserviceInterface - the value for the element service-interfaceServiceRefTypeString getServiceInterface()
service-interface elementservice-interfaceServiceRefType<T> removeServiceInterface()
service-interface elementServiceRefTypeServiceRefType<T> serviceRefType(String serviceRefType)
service-ref-type elementserviceRefType - the value for the element service-ref-typeServiceRefTypeString getServiceRefType()
service-ref-type elementservice-ref-typeServiceRefType<T> removeServiceRefType()
service-ref-type elementServiceRefTypeServiceRefType<T> wsdlFile(String wsdlFile)
wsdl-file elementwsdlFile - the value for the element wsdl-fileServiceRefTypeString getWsdlFile()
wsdl-file elementwsdl-fileServiceRefType<T> removeWsdlFile()
wsdl-file elementServiceRefTypeServiceRefType<T> jaxrpcMappingFile(String jaxrpcMappingFile)
jaxrpc-mapping-file elementjaxrpcMappingFile - the value for the element jaxrpc-mapping-fileServiceRefTypeString getJaxrpcMappingFile()
jaxrpc-mapping-file elementjaxrpc-mapping-fileServiceRefType<T> removeJaxrpcMappingFile()
jaxrpc-mapping-file elementServiceRefTypeServiceRefType<T> serviceQname(String serviceQname)
service-qname elementserviceQname - the value for the element service-qnameServiceRefTypeString getServiceQname()
service-qname elementservice-qnameServiceRefType<T> removeServiceQname()
service-qname 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> HandlerType<ServiceRefType<T>> getOrCreateHandler()
handler element will be created and returned.
Otherwise, the first existing handler element will be returned.handlerHandlerType<ServiceRefType<T>> createHandler()
handler elementHandlerType> List<HandlerType<ServiceRefType<T>>> getAllHandler()
handler elementshandlerServiceRefType<T> removeAllHandler()
handler elementsHandlerType> HandlerChainsType<ServiceRefType<T>> getOrCreateHandlerChains()
handler-chains element with the given value will be created.
Otherwise, the existing handler-chains element will be returned.HandlerChainsType> ServiceRefType<T> removeHandlerChains()
handler-chains elementServiceRefTypeServiceRefType<T> id(String id)
id attributeid - the value for the attribute idServiceRefTypeString getId()
id attributeidServiceRefType<T> removeId()
id attributeServiceRefTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.