|
||||||||||
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
Original Documentation:
Runtime settings for a web service reference. In the simplest case,
there is no runtime information required for a service ref. Runtime info
is only needed in the following cases :
* to define the port that should be used to resolve a container-managed port
* to define default Stub property settings for Stub objects
* to define the URL of a final WSDL document to be used
Example:
Method Summary | |
---|---|
java.lang.String |
getConfigFile()
Returns the config-file element |
java.lang.String |
getConfigName()
Returns the config-name element |
java.lang.String |
getHandlerChain()
Returns the handler-chain element |
java.util.List<PortComponentRefType<ServiceRefType<T>>> |
getPortComponentRefList()
Returns all port-component-ref elements |
java.lang.String |
getServiceImplClass()
Returns the service-impl-class element |
java.lang.String |
getServiceQname()
Returns the service-qname element |
java.lang.String |
getServiceRefName()
Returns the service-ref-name element |
java.lang.String |
getWsdlOverride()
Returns the wsdl-override element |
PortComponentRefType<ServiceRefType<T>> |
portComponentRef()
Returns the port-component-ref element |
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> |
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> |
setConfigFile(java.lang.String configFile)
If not already created, a new config-file element with the given value will be created. |
ServiceRefType<T> |
setConfigName(java.lang.String configName)
If not already created, a new config-name element with the given value will be created. |
ServiceRefType<T> |
setHandlerChain(java.lang.String handlerChain)
If not already created, a new handler-chain element with the given value will be created. |
ServiceRefType<T> |
setServiceImplClass(java.lang.String serviceImplClass)
If not already created, a new service-impl-class element with the given value will be created. |
ServiceRefType<T> |
setServiceQname(java.lang.String serviceQname)
If not already created, a new service-qname element with the given value will be created. |
ServiceRefType<T> |
setServiceRefName(java.lang.String serviceRefName)
If not already created, a new service-ref-name element with the given value will be created. |
ServiceRefType<T> |
setWsdlOverride(java.lang.String wsdlOverride)
If not already created, a new wsdl-override element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ServiceRefType<T> setServiceRefName(java.lang.String serviceRefName)
service-ref-name
element with the given value will be created.
Otherwise, the existing service-ref-name
element will be updated with the given value.
ServiceRefType
ServiceRefType<T> removeServiceRefName()
service-ref-name
element
ServiceRefType
java.lang.String getServiceRefName()
service-ref-name
element
service-ref-name
ServiceRefType<T> setServiceImplClass(java.lang.String serviceImplClass)
service-impl-class
element with the given value will be created.
Otherwise, the existing service-impl-class
element will be updated with the given value.
ServiceRefType
ServiceRefType<T> removeServiceImplClass()
service-impl-class
element
ServiceRefType
java.lang.String getServiceImplClass()
service-impl-class
element
service-impl-class
ServiceRefType<T> setServiceQname(java.lang.String serviceQname)
service-qname
element with the given value will be created.
Otherwise, the existing service-qname
element will be updated with the given value.
ServiceRefType
ServiceRefType<T> removeServiceQname()
service-qname
element
ServiceRefType
java.lang.String getServiceQname()
service-qname
element
service-qname
ServiceRefType<T> setConfigName(java.lang.String configName)
config-name
element with the given value will be created.
Otherwise, the existing config-name
element will be updated with the given value.
ServiceRefType
ServiceRefType<T> removeConfigName()
config-name
element
ServiceRefType
java.lang.String getConfigName()
config-name
element
config-name
ServiceRefType<T> setConfigFile(java.lang.String configFile)
config-file
element with the given value will be created.
Otherwise, the existing config-file
element will be updated with the given value.
ServiceRefType
ServiceRefType<T> removeConfigFile()
config-file
element
ServiceRefType
java.lang.String getConfigFile()
config-file
element
config-file
ServiceRefType<T> setHandlerChain(java.lang.String handlerChain)
handler-chain
element with the given value will be created.
Otherwise, the existing handler-chain
element will be updated with the given value.
ServiceRefType
ServiceRefType<T> removeHandlerChain()
handler-chain
element
ServiceRefType
java.lang.String getHandlerChain()
handler-chain
element
handler-chain
ServiceRefType<T> removeAllPortComponentRef()
port-component-ref
elements
ServiceRefType
PortComponentRefType<ServiceRefType<T>> portComponentRef()
port-component-ref
element
port-component-ref
java.util.List<PortComponentRefType<ServiceRefType<T>>> getPortComponentRefList()
port-component-ref
elements
port-component-ref
ServiceRefType<T> setWsdlOverride(java.lang.String wsdlOverride)
wsdl-override
element with the given value will be created.
Otherwise, the existing wsdl-override
element will be updated with the given value.
ServiceRefType
ServiceRefType<T> removeWsdlOverride()
wsdl-override
element
ServiceRefType
java.lang.String getWsdlOverride()
wsdl-override
element
wsdl-override
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |