|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortComponentRefType<T>
This interface defines the contract for the port-component-refType
xsd type
Method Summary | |
---|---|
PortComponentRefType<T> |
configFile(String configFile)
Sets the config-file element |
PortComponentRefType<T> |
configName(String configName)
Sets the config-name element |
CallPropertyType<PortComponentRefType<T>> |
createCallProperty()
Creates a new call-property element |
StubPropertyType<PortComponentRefType<T>> |
createStubProperty()
Creates a new stub-property element |
List<CallPropertyType<PortComponentRefType<T>>> |
getAllCallProperty()
Returns all call-property elements |
List<StubPropertyType<PortComponentRefType<T>>> |
getAllStubProperty()
Returns all stub-property elements |
String |
getConfigFile()
Returns the config-file element |
String |
getConfigName()
Returns the config-name element |
CallPropertyType<PortComponentRefType<T>> |
getOrCreateCallProperty()
If not already created, a new call-property element will be created and returned. |
StubPropertyType<PortComponentRefType<T>> |
getOrCreateStubProperty()
If not already created, a new stub-property element will be created and returned. |
String |
getPortQname()
Returns the port-qname element |
String |
getServiceEndpointInterface()
Returns the service-endpoint-interface element |
PortComponentRefType<T> |
portQname(String portQname)
Sets the port-qname element |
PortComponentRefType<T> |
removeAllCallProperty()
Removes all call-property elements |
PortComponentRefType<T> |
removeAllStubProperty()
Removes all stub-property elements |
PortComponentRefType<T> |
removeConfigFile()
Removes the config-file element |
PortComponentRefType<T> |
removeConfigName()
Removes the config-name element |
PortComponentRefType<T> |
removePortQname()
Removes the port-qname element |
PortComponentRefType<T> |
removeServiceEndpointInterface()
Removes the service-endpoint-interface element |
PortComponentRefType<T> |
serviceEndpointInterface(String serviceEndpointInterface)
Sets the service-endpoint-interface element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
PortComponentRefType<T> serviceEndpointInterface(String serviceEndpointInterface)
service-endpoint-interface
element
serviceEndpointInterface
- the value for the element service-endpoint-interface
PortComponentRefType
String getServiceEndpointInterface()
service-endpoint-interface
element
service-endpoint-interface
PortComponentRefType<T> removeServiceEndpointInterface()
service-endpoint-interface
element
PortComponentRefType
PortComponentRefType<T> portQname(String portQname)
port-qname
element
portQname
- the value for the element port-qname
PortComponentRefType
String getPortQname()
port-qname
element
port-qname
PortComponentRefType<T> removePortQname()
port-qname
element
PortComponentRefType
PortComponentRefType<T> configName(String configName)
config-name
element
configName
- the value for the element config-name
PortComponentRefType
String getConfigName()
config-name
element
config-name
PortComponentRefType<T> removeConfigName()
config-name
element
PortComponentRefType
PortComponentRefType<T> configFile(String configFile)
config-file
element
configFile
- the value for the element config-file
PortComponentRefType
String getConfigFile()
config-file
element
config-file
PortComponentRefType<T> removeConfigFile()
config-file
element
PortComponentRefType
StubPropertyType<PortComponentRefType<T>> getOrCreateStubProperty()
stub-property
element will be created and returned.
Otherwise, the first existing stub-property
element will be returned.
stub-property
StubPropertyType<PortComponentRefType<T>> createStubProperty()
stub-property
element
StubPropertyType>
List<StubPropertyType<PortComponentRefType<T>>> getAllStubProperty()
stub-property
elements
stub-property
PortComponentRefType<T> removeAllStubProperty()
stub-property
elements
StubPropertyType>
CallPropertyType<PortComponentRefType<T>> getOrCreateCallProperty()
call-property
element will be created and returned.
Otherwise, the first existing call-property
element will be returned.
call-property
CallPropertyType<PortComponentRefType<T>> createCallProperty()
call-property
element
CallPropertyType>
List<CallPropertyType<PortComponentRefType<T>>> getAllCallProperty()
call-property
elements
call-property
PortComponentRefType<T> removeAllCallProperty()
call-property
elements
CallPropertyType>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |