Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PortComponentType<T> |
PortComponentType.authMethod(String authMethod)
Sets the
auth-method element |
PortComponentType<ServiceBeanType<T>> |
ServiceBeanType.getOrCreatePortComponent()
If not already created, a new
port-component element with the given value will be created. |
PortComponentType<SessionBeanType<T>> |
SessionBeanType.getOrCreatePortComponent()
If not already created, a new
port-component element with the given value will be created. |
PortComponentType<GenericBeanType<T>> |
GenericBeanType.getOrCreatePortComponent()
If not already created, a new
port-component element with the given value will be created. |
PortComponentType<T> |
PortComponentType.id(String id)
Sets the
id attribute |
PortComponentType<T> |
PortComponentType.portComponentName(String portComponentName)
Sets the
port-component-name element |
PortComponentType<T> |
PortComponentType.portComponentUri(String portComponentUri)
Sets the
port-component-uri element |
PortComponentType<T> |
PortComponentType.removeAuthMethod()
Removes the
auth-method element |
PortComponentType<T> |
PortComponentType.removeId()
Removes the
id attribute |
PortComponentType<T> |
PortComponentType.removePortComponentName()
Removes the
port-component-name element |
PortComponentType<T> |
PortComponentType.removePortComponentUri()
Removes the
port-component-uri element |
PortComponentType<T> |
PortComponentType.removeSecureWsdlAccess()
Removes the
secure-wsdl-access element |
PortComponentType<T> |
PortComponentType.removeTransportGuarantee()
Removes the
transport-guarantee element |
PortComponentType<T> |
PortComponentType.secureWsdlAccess(Boolean secureWsdlAccess)
Sets the
secure-wsdl-access element |
PortComponentType<T> |
PortComponentType.transportGuarantee(String transportGuarantee)
Sets the
transport-guarantee element |
Copyright © 2022 JBoss by Red Hat. All rights reserved.