Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PortComponentRefType<T> |
PortComponentRefType.configFile(String configFile)
Sets the
config-file element |
PortComponentRefType<T> |
PortComponentRefType.configName(String configName)
Sets the
config-name element |
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.createPortComponentRef()
Creates a new
port-component-ref element |
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.getOrCreatePortComponentRef()
If not already created, a new
port-component-ref element will be created and returned. |
PortComponentRefType<T> |
PortComponentRefType.portQname(String portQname)
Sets the
port-qname element |
PortComponentRefType<T> |
PortComponentRefType.removeAllCallProperty()
Removes all
call-property elements |
PortComponentRefType<T> |
PortComponentRefType.removeAllStubProperty()
Removes all
stub-property elements |
PortComponentRefType<T> |
PortComponentRefType.removeConfigFile()
Removes the
config-file element |
PortComponentRefType<T> |
PortComponentRefType.removeConfigName()
Removes the
config-name element |
PortComponentRefType<T> |
PortComponentRefType.removePortQname()
Removes the
port-qname element |
PortComponentRefType<T> |
PortComponentRefType.removeServiceEndpointInterface()
Removes the
service-endpoint-interface element |
PortComponentRefType<T> |
PortComponentRefType.serviceEndpointInterface(String serviceEndpointInterface)
Sets the
service-endpoint-interface element |
Modifier and Type | Method and Description |
---|---|
CallPropertyType<PortComponentRefType<T>> |
PortComponentRefType.createCallProperty()
Creates a new
call-property element |
StubPropertyType<PortComponentRefType<T>> |
PortComponentRefType.createStubProperty()
Creates a new
stub-property element |
List<CallPropertyType<PortComponentRefType<T>>> |
PortComponentRefType.getAllCallProperty()
Returns all
call-property elements |
List<PortComponentRefType<ServiceRefType<T>>> |
ServiceRefType.getAllPortComponentRef()
Returns all
port-component-ref elements |
List<StubPropertyType<PortComponentRefType<T>>> |
PortComponentRefType.getAllStubProperty()
Returns all
stub-property elements |
CallPropertyType<PortComponentRefType<T>> |
PortComponentRefType.getOrCreateCallProperty()
If not already created, a new
call-property element will be created and returned. |
StubPropertyType<PortComponentRefType<T>> |
PortComponentRefType.getOrCreateStubProperty()
If not already created, a new
stub-property element will be created and returned. |
Copyright © 2024 JBoss by Red Hat. All rights reserved.