|
||||||||||
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 | |
---|---|
CallPropertyType<PortComponentRefType<T>> |
callProperty()
Returns the call-property element |
java.util.List<CallPropertyType<PortComponentRefType<T>>> |
getCallPropertyList()
Returns all call-property elements |
java.lang.String |
getConfigFile()
Returns the config-file element |
java.lang.String |
getConfigName()
Returns the config-name element |
java.lang.String |
getPortQname()
Returns the port-qname element |
java.lang.String |
getServiceEndpointInterface()
Returns the service-endpoint-interface element |
java.util.List<StubPropertyType<PortComponentRefType<T>>> |
getStubPropertyList()
Returns all stub-property elements |
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> |
setConfigFile(java.lang.String configFile)
If not already created, a new config-file element with the given value will be created. |
PortComponentRefType<T> |
setConfigName(java.lang.String configName)
If not already created, a new config-name element with the given value will be created. |
PortComponentRefType<T> |
setPortQname(java.lang.String portQname)
If not already created, a new port-qname element with the given value will be created. |
PortComponentRefType<T> |
setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
If not already created, a new service-endpoint-interface element with the given value will be created. |
StubPropertyType<PortComponentRefType<T>> |
stubProperty()
Returns the stub-property element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
PortComponentRefType<T> setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
service-endpoint-interface
element with the given value will be created.
Otherwise, the existing service-endpoint-interface
element will be updated with the given value.
PortComponentRefType
PortComponentRefType<T> removeServiceEndpointInterface()
service-endpoint-interface
element
PortComponentRefType
java.lang.String getServiceEndpointInterface()
service-endpoint-interface
element
service-endpoint-interface
PortComponentRefType<T> setPortQname(java.lang.String portQname)
port-qname
element with the given value will be created.
Otherwise, the existing port-qname
element will be updated with the given value.
PortComponentRefType
PortComponentRefType<T> removePortQname()
port-qname
element
PortComponentRefType
java.lang.String getPortQname()
port-qname
element
port-qname
PortComponentRefType<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.
PortComponentRefType
PortComponentRefType<T> removeConfigName()
config-name
element
PortComponentRefType
java.lang.String getConfigName()
config-name
element
config-name
PortComponentRefType<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.
PortComponentRefType
PortComponentRefType<T> removeConfigFile()
config-file
element
PortComponentRefType
java.lang.String getConfigFile()
config-file
element
config-file
PortComponentRefType<T> removeAllStubProperty()
stub-property
elements
PortComponentRefType
StubPropertyType<PortComponentRefType<T>> stubProperty()
stub-property
element
stub-property
java.util.List<StubPropertyType<PortComponentRefType<T>>> getStubPropertyList()
stub-property
elements
stub-property
PortComponentRefType<T> removeAllCallProperty()
call-property
elements
PortComponentRefType
CallPropertyType<PortComponentRefType<T>> callProperty()
call-property
element
call-property
java.util.List<CallPropertyType<PortComponentRefType<T>>> getCallPropertyList()
call-property
elements
call-property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |