|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortComponentType<T>
This interface defines the contract for the port-componentType
xsd type
Original Documentation:
The port-component element specifies a mapping from a webservice
port-component whose service-impl-bean/ejb-link value maps to an ejb.
Used in: session
Method Summary | |
---|---|
java.lang.String |
getAuthMethod()
Returns the auth-method element |
java.lang.String |
getPortComponentName()
Returns the port-component-name element |
java.lang.String |
getPortComponentUri()
Returns the port-component-uri element |
java.lang.String |
getTransportGuarantee()
Returns the transport-guarantee element |
java.lang.Boolean |
isSecureWsdlAccess()
Returns the secure-wsdl-access element |
PortComponentType<T> |
removeAuthMethod()
Removes the auth-method element |
PortComponentType<T> |
removePortComponentName()
Removes the port-component-name element |
PortComponentType<T> |
removePortComponentUri()
Removes the port-component-uri element |
PortComponentType<T> |
removeSecureWsdlAccess()
Removes the secure-wsdl-access element |
PortComponentType<T> |
removeTransportGuarantee()
Removes the transport-guarantee element |
PortComponentType<T> |
setAuthMethod(java.lang.String authMethod)
If not already created, a new auth-method element with the given value will be created. |
PortComponentType<T> |
setPortComponentName(java.lang.String portComponentName)
If not already created, a new port-component-name element with the given value will be created. |
PortComponentType<T> |
setPortComponentUri(java.lang.String portComponentUri)
If not already created, a new port-component-uri element with the given value will be created. |
PortComponentType<T> |
setSecureWsdlAccess(java.lang.Boolean secureWsdlAccess)
If not already created, a new secure-wsdl-access element with the given value will be created. |
PortComponentType<T> |
setTransportGuarantee(java.lang.String transportGuarantee)
If not already created, a new transport-guarantee element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
PortComponentType<T> setPortComponentName(java.lang.String portComponentName)
port-component-name
element with the given value will be created.
Otherwise, the existing port-component-name
element will be updated with the given value.
PortComponentType
PortComponentType<T> removePortComponentName()
port-component-name
element
PortComponentType
java.lang.String getPortComponentName()
port-component-name
element
port-component-name
PortComponentType<T> setPortComponentUri(java.lang.String portComponentUri)
port-component-uri
element with the given value will be created.
Otherwise, the existing port-component-uri
element will be updated with the given value.
PortComponentType
PortComponentType<T> removePortComponentUri()
port-component-uri
element
PortComponentType
java.lang.String getPortComponentUri()
port-component-uri
element
port-component-uri
PortComponentType<T> setAuthMethod(java.lang.String authMethod)
auth-method
element with the given value will be created.
Otherwise, the existing auth-method
element will be updated with the given value.
PortComponentType
PortComponentType<T> removeAuthMethod()
auth-method
element
PortComponentType
java.lang.String getAuthMethod()
auth-method
element
auth-method
PortComponentType<T> setTransportGuarantee(java.lang.String transportGuarantee)
transport-guarantee
element with the given value will be created.
Otherwise, the existing transport-guarantee
element will be updated with the given value.
PortComponentType
PortComponentType<T> removeTransportGuarantee()
transport-guarantee
element
PortComponentType
java.lang.String getTransportGuarantee()
transport-guarantee
element
transport-guarantee
PortComponentType<T> setSecureWsdlAccess(java.lang.Boolean secureWsdlAccess)
secure-wsdl-access
element with the given value will be created.
Otherwise, the existing secure-wsdl-access
element will be updated with the given value.
PortComponentType
PortComponentType<T> removeSecureWsdlAccess()
secure-wsdl-access
element
PortComponentType
java.lang.Boolean isSecureWsdlAccess()
secure-wsdl-access
element
secure-wsdl-access
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |