|
||||||||||
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
Original Documentation:
The port-component-ref element declares a client dependency
on the container for resolving a Service Endpoint Interface
to a WSDL port. It optionally associates the Service Endpoint
Interface with a particular port-component. This is only used
by the container for a Service.getPort(Class) method call.
Method Summary | |
---|---|
java.lang.String |
getPortComponentLink()
Returns the port-component-link element |
java.lang.String |
getServiceEndpointInterface()
Returns the service-endpoint-interface element |
java.lang.Boolean |
isEnableMtom()
Returns the enable-mtom element |
PortComponentRefType<T> |
removeEnableMtom()
Removes the enable-mtom element |
PortComponentRefType<T> |
removePortComponentLink()
Removes the port-component-link element |
PortComponentRefType<T> |
removeServiceEndpointInterface()
Removes the service-endpoint-interface element |
PortComponentRefType<T> |
setEnableMtom(java.lang.Boolean enableMtom)
If not already created, a new enable-mtom element with the given value will be created. |
PortComponentRefType<T> |
setPortComponentLink(java.lang.String portComponentLink)
If not already created, a new port-component-link 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. |
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> setEnableMtom(java.lang.Boolean enableMtom)
enable-mtom
element with the given value will be created.
Otherwise, the existing enable-mtom
element will be updated with the given value.
PortComponentRefType
PortComponentRefType<T> removeEnableMtom()
enable-mtom
element
PortComponentRefType
java.lang.Boolean isEnableMtom()
enable-mtom
element
enable-mtom
PortComponentRefType<T> setPortComponentLink(java.lang.String portComponentLink)
port-component-link
element with the given value will be created.
Otherwise, the existing port-component-link
element will be updated with the given value.
PortComponentRefType
PortComponentRefType<T> removePortComponentLink()
port-component-link
element
PortComponentRefType
java.lang.String getPortComponentLink()
port-component-link
element
port-component-link
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |