|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceRefType<T>
This interface defines the contract for the service-refType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ServiceRefType<T> serviceRefName(String serviceRefName)
service-ref-name
element
serviceRefName
- the value for the element service-ref-name
ServiceRefType
String getServiceRefName()
service-ref-name
element
service-ref-name
ServiceRefType<T> removeServiceRefName()
service-ref-name
element
ServiceRefType
ServiceRefType<T> serviceImplClass(String serviceImplClass)
service-impl-class
element
serviceImplClass
- the value for the element service-impl-class
ServiceRefType
String getServiceImplClass()
service-impl-class
element
service-impl-class
ServiceRefType<T> removeServiceImplClass()
service-impl-class
element
ServiceRefType
ServiceRefType<T> serviceQname(String serviceQname)
service-qname
element
serviceQname
- the value for the element service-qname
ServiceRefType
String getServiceQname()
service-qname
element
service-qname
ServiceRefType<T> removeServiceQname()
service-qname
element
ServiceRefType
ServiceRefType<T> configName(String configName)
config-name
element
configName
- the value for the element config-name
ServiceRefType
String getConfigName()
config-name
element
config-name
ServiceRefType<T> removeConfigName()
config-name
element
ServiceRefType
ServiceRefType<T> configFile(String configFile)
config-file
element
configFile
- the value for the element config-file
ServiceRefType
String getConfigFile()
config-file
element
config-file
ServiceRefType<T> removeConfigFile()
config-file
element
ServiceRefType
ServiceRefType<T> handlerChain(String handlerChain)
handler-chain
element
handlerChain
- the value for the element handler-chain
ServiceRefType
String getHandlerChain()
handler-chain
element
handler-chain
ServiceRefType<T> removeHandlerChain()
handler-chain
element
ServiceRefType
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
element
PortComponentRefType>
List<PortComponentRefType<ServiceRefType<T>>> getAllPortComponentRef()
port-component-ref
elements
port-component-ref
ServiceRefType<T> removeAllPortComponentRef()
port-component-ref
elements
PortComponentRefType>
ServiceRefType<T> wsdlOverride(String wsdlOverride)
wsdl-override
element
wsdlOverride
- the value for the element wsdl-override
ServiceRefType
String getWsdlOverride()
wsdl-override
element
wsdl-override
ServiceRefType<T> removeWsdlOverride()
wsdl-override
element
ServiceRefType
ServiceRefType<T> id(String id)
id
attribute
id
- the value for the attribute id
ServiceRefType
String getId()
id
attribute
id
ServiceRefType<T> removeId()
id
attribute
ServiceRefType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |