Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.createPortComponentRef()
Creates a new
port-component-ref element |
PortComponentRefType<T> |
PortComponentRefType.enableMtom(Boolean enableMtom)
Sets the
enable-mtom element |
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.getOrCreatePortComponentRef()
If not already created, a new
port-component-ref element will be created and returned. |
PortComponentRefType<T> |
PortComponentRefType.portComponentLink(String portComponentLink)
Sets the
port-component-link element |
PortComponentRefType<T> |
PortComponentRefType.removeEnableMtom()
Removes the
enable-mtom element |
PortComponentRefType<T> |
PortComponentRefType.removePortComponentLink()
Removes the
port-component-link 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 |
---|---|
List<PortComponentRefType<ServiceRefType<T>>> |
ServiceRefType.getAllPortComponentRef()
Returns all
port-component-ref elements |
Copyright © 2013 JBoss by Red Hat. All rights reserved.