|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceRefType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.shrinkwrap.descriptor.api.jbossweb60 | Provides the interfaces and enumeration types as defined in the schema |
Uses of ServiceRefType in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return ServiceRefType | |
---|---|
ServiceRefType<T> |
ServiceRefType.configFile(String configFile)
Sets the config-file element |
ServiceRefType<T> |
ServiceRefType.configName(String configName)
Sets the config-name element |
ServiceRefType<T> |
ServiceRefType.handlerChain(String handlerChain)
Sets the handler-chain element |
ServiceRefType<T> |
ServiceRefType.id(String id)
Sets the id attribute |
ServiceRefType<T> |
ServiceRefType.removeAllPortComponentRef()
Removes all port-component-ref elements |
ServiceRefType<T> |
ServiceRefType.removeConfigFile()
Removes the config-file element |
ServiceRefType<T> |
ServiceRefType.removeConfigName()
Removes the config-name element |
ServiceRefType<T> |
ServiceRefType.removeHandlerChain()
Removes the handler-chain element |
ServiceRefType<T> |
ServiceRefType.removeId()
Removes the id attribute |
ServiceRefType<T> |
ServiceRefType.removeServiceImplClass()
Removes the service-impl-class element |
ServiceRefType<T> |
ServiceRefType.removeServiceQname()
Removes the service-qname element |
ServiceRefType<T> |
ServiceRefType.removeServiceRefName()
Removes the service-ref-name element |
ServiceRefType<T> |
ServiceRefType.removeWsdlOverride()
Removes the wsdl-override element |
ServiceRefType<T> |
ServiceRefType.serviceImplClass(String serviceImplClass)
Sets the service-impl-class element |
ServiceRefType<T> |
ServiceRefType.serviceQname(String serviceQname)
Sets the service-qname element |
ServiceRefType<T> |
ServiceRefType.serviceRefName(String serviceRefName)
Sets the service-ref-name element |
ServiceRefType<T> |
ServiceRefType.wsdlOverride(String wsdlOverride)
Sets the wsdl-override element |
Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return types with arguments of type ServiceRefType | |
---|---|
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.createPortComponentRef()
Creates a new port-component-ref element |
List<PortComponentRefType<ServiceRefType<T>>> |
ServiceRefType.getAllPortComponentRef()
Returns all port-component-ref elements |
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.getOrCreatePortComponentRef()
If not already created, a new port-component-ref element will be created and returned. |
Uses of ServiceRefType in org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return ServiceRefType | |
---|---|
ServiceRefType<JbossWebType<T>> |
JbossWebType.createServiceRef()
Creates a new service-ref element |
ServiceRefType<JbossWebDescriptor> |
JbossWebDescriptor.createServiceRef()
Creates a new service-ref element |
ServiceRefType<JbossWebType<T>> |
JbossWebType.getOrCreateServiceRef()
If not already created, a new service-ref element will be created and returned. |
ServiceRefType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreateServiceRef()
If not already created, a new service-ref element will be created and returned. |
Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return types with arguments of type ServiceRefType | |
---|---|
List<ServiceRefType<JbossWebType<T>>> |
JbossWebType.getAllServiceRef()
Returns all service-ref elements |
List<ServiceRefType<JbossWebDescriptor>> |
JbossWebDescriptor.getAllServiceRef()
Returns all service-ref elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |