|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jbosscommon51.ServiceRefTypeImpl<T>
public class ServiceRefTypeImpl<T>
This class implements 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:
Constructor Summary | |
---|---|
ServiceRefTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
ServiceRefTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceRefTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public ServiceRefTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public 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.
setServiceRefName
in interface ServiceRefType<T>
ServiceRefType
public ServiceRefType<T> removeServiceRefName()
service-ref-name
element
removeServiceRefName
in interface ServiceRefType<T>
ServiceRefType
public java.lang.String getServiceRefName()
service-ref-name
element
getServiceRefName
in interface ServiceRefType<T>
service-ref-name
public 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.
setServiceImplClass
in interface ServiceRefType<T>
ServiceRefType
public ServiceRefType<T> removeServiceImplClass()
service-impl-class
element
removeServiceImplClass
in interface ServiceRefType<T>
ServiceRefType
public java.lang.String getServiceImplClass()
service-impl-class
element
getServiceImplClass
in interface ServiceRefType<T>
service-impl-class
public 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.
setServiceQname
in interface ServiceRefType<T>
ServiceRefType
public ServiceRefType<T> removeServiceQname()
service-qname
element
removeServiceQname
in interface ServiceRefType<T>
ServiceRefType
public java.lang.String getServiceQname()
service-qname
element
getServiceQname
in interface ServiceRefType<T>
service-qname
public 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.
setConfigName
in interface ServiceRefType<T>
ServiceRefType
public ServiceRefType<T> removeConfigName()
config-name
element
removeConfigName
in interface ServiceRefType<T>
ServiceRefType
public java.lang.String getConfigName()
config-name
element
getConfigName
in interface ServiceRefType<T>
config-name
public 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.
setConfigFile
in interface ServiceRefType<T>
ServiceRefType
public ServiceRefType<T> removeConfigFile()
config-file
element
removeConfigFile
in interface ServiceRefType<T>
ServiceRefType
public java.lang.String getConfigFile()
config-file
element
getConfigFile
in interface ServiceRefType<T>
config-file
public 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.
setHandlerChain
in interface ServiceRefType<T>
ServiceRefType
public ServiceRefType<T> removeHandlerChain()
handler-chain
element
removeHandlerChain
in interface ServiceRefType<T>
ServiceRefType
public java.lang.String getHandlerChain()
handler-chain
element
getHandlerChain
in interface ServiceRefType<T>
handler-chain
public ServiceRefType<T> removeAllPortComponentRef()
port-component-ref
elements
removeAllPortComponentRef
in interface ServiceRefType<T>
ServiceRefType
public PortComponentRefType<ServiceRefType<T>> portComponentRef()
port-component-ref
element
portComponentRef
in interface ServiceRefType<T>
port-component-ref
public java.util.List<PortComponentRefType<ServiceRefType<T>>> getPortComponentRefList()
port-component-ref
elements
getPortComponentRefList
in interface ServiceRefType<T>
port-component-ref
public 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.
setWsdlOverride
in interface ServiceRefType<T>
ServiceRefType
public ServiceRefType<T> removeWsdlOverride()
wsdl-override
element
removeWsdlOverride
in interface ServiceRefType<T>
ServiceRefType
public java.lang.String getWsdlOverride()
wsdl-override
element
getWsdlOverride
in interface ServiceRefType<T>
wsdl-override
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |