public interface ServiceRefType<T> extends Child<T>
service-refType
xsd typeModifier 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
objectsServiceRefType
List<String> getAllDescription()
description
elementsdescription
ServiceRefType<T> removeAllDescription()
description
elementServiceRefType
ServiceRefType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsServiceRefType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
ServiceRefType<T> removeAllDisplayName()
display-name
elementServiceRefType
IconType<ServiceRefType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<ServiceRefType<T>> createIcon()
icon
elementIconType>
List<IconType<ServiceRefType<T>>> getAllIcon()
icon
elementsicon
ServiceRefType<T> removeAllIcon()
icon
elementsIconType>
ServiceRefType<T> lookupName(String lookupName)
lookup-name
elementlookupName
- the value for the element lookup-name
ServiceRefType
String getLookupName()
lookup-name
elementlookup-name
ServiceRefType<T> removeLookupName()
lookup-name
elementServiceRefType
ServiceRefType<T> mappedName(String mappedName)
mapped-name
elementmappedName
- the value for the element mapped-name
ServiceRefType
String getMappedName()
mapped-name
elementmapped-name
ServiceRefType<T> removeMappedName()
mapped-name
elementServiceRefType
InjectionTargetType<ServiceRefType<T>> getOrCreateInjectionTarget()
injection-target
element will be created and returned.
Otherwise, the first existing injection-target
element will be returned.injection-target
InjectionTargetType<ServiceRefType<T>> createInjectionTarget()
injection-target
elementInjectionTargetType>
List<InjectionTargetType<ServiceRefType<T>>> getAllInjectionTarget()
injection-target
elementsinjection-target
ServiceRefType<T> removeAllInjectionTarget()
injection-target
elementsInjectionTargetType>
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> serviceInterface(String serviceInterface)
service-interface
elementserviceInterface
- the value for the element service-interface
ServiceRefType
String getServiceInterface()
service-interface
elementservice-interface
ServiceRefType<T> removeServiceInterface()
service-interface
elementServiceRefType
ServiceRefType<T> serviceRefType(String serviceRefType)
service-ref-type
elementserviceRefType
- the value for the element service-ref-type
ServiceRefType
String getServiceRefType()
service-ref-type
elementservice-ref-type
ServiceRefType<T> removeServiceRefType()
service-ref-type
elementServiceRefType
ServiceRefType<T> wsdlFile(String wsdlFile)
wsdl-file
elementwsdlFile
- the value for the element wsdl-file
ServiceRefType
String getWsdlFile()
wsdl-file
elementwsdl-file
ServiceRefType<T> removeWsdlFile()
wsdl-file
elementServiceRefType
ServiceRefType<T> jaxrpcMappingFile(String jaxrpcMappingFile)
jaxrpc-mapping-file
elementjaxrpcMappingFile
- the value for the element jaxrpc-mapping-file
ServiceRefType
String getJaxrpcMappingFile()
jaxrpc-mapping-file
elementjaxrpc-mapping-file
ServiceRefType<T> removeJaxrpcMappingFile()
jaxrpc-mapping-file
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
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>
HandlerType<ServiceRefType<T>> getOrCreateHandler()
handler
element will be created and returned.
Otherwise, the first existing handler
element will be returned.handler
HandlerType<ServiceRefType<T>> createHandler()
handler
elementHandlerType>
List<HandlerType<ServiceRefType<T>>> getAllHandler()
handler
elementshandler
ServiceRefType<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
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 © 2019 JBoss by Red Hat. All rights reserved.