|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12.PortComponentRefTypeImpl<T>
public class PortComponentRefTypeImpl<T>
This class implements 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.
Constructor Summary | |
---|---|
PortComponentRefTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
PortComponentRefTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortComponentRefTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public PortComponentRefTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public 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.
setServiceEndpointInterface
in interface PortComponentRefType<T>
PortComponentRefType
public PortComponentRefType<T> removeServiceEndpointInterface()
service-endpoint-interface
element
removeServiceEndpointInterface
in interface PortComponentRefType<T>
PortComponentRefType
public java.lang.String getServiceEndpointInterface()
service-endpoint-interface
element
getServiceEndpointInterface
in interface PortComponentRefType<T>
service-endpoint-interface
public 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.
setEnableMtom
in interface PortComponentRefType<T>
PortComponentRefType
public PortComponentRefType<T> removeEnableMtom()
enable-mtom
element
removeEnableMtom
in interface PortComponentRefType<T>
PortComponentRefType
public java.lang.Boolean isEnableMtom()
enable-mtom
element
isEnableMtom
in interface PortComponentRefType<T>
enable-mtom
public 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.
setPortComponentLink
in interface PortComponentRefType<T>
PortComponentRefType
public PortComponentRefType<T> removePortComponentLink()
port-component-link
element
removePortComponentLink
in interface PortComponentRefType<T>
PortComponentRefType
public java.lang.String getPortComponentLink()
port-component-link
element
getPortComponentLink
in interface PortComponentRefType<T>
port-component-link
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |