|
||||||||||
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
Method Summary | |
---|---|
PortComponentType<T> |
authMethod(String authMethod)
Sets the auth-method element |
String |
getAuthMethod()
Returns the auth-method element |
String |
getId()
Returns the id attribute |
String |
getPortComponentName()
Returns the port-component-name element |
String |
getPortComponentUri()
Returns the port-component-uri element |
String |
getTransportGuarantee()
Returns the transport-guarantee element |
PortComponentType<T> |
id(String id)
Sets the id attribute |
Boolean |
isSecureWsdlAccess()
Returns the secure-wsdl-access element |
PortComponentType<T> |
portComponentName(String portComponentName)
Sets the port-component-name element |
PortComponentType<T> |
portComponentUri(String portComponentUri)
Sets the port-component-uri element |
PortComponentType<T> |
removeAuthMethod()
Removes the auth-method element |
PortComponentType<T> |
removeId()
Removes the id attribute |
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> |
secureWsdlAccess(Boolean secureWsdlAccess)
Sets the secure-wsdl-access element |
PortComponentType<T> |
transportGuarantee(String transportGuarantee)
Sets the transport-guarantee element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
PortComponentType<T> portComponentName(String portComponentName)
port-component-name
element
portComponentName
- the value for the element port-component-name
PortComponentType
String getPortComponentName()
port-component-name
element
port-component-name
PortComponentType<T> removePortComponentName()
port-component-name
element
PortComponentType
PortComponentType<T> portComponentUri(String portComponentUri)
port-component-uri
element
portComponentUri
- the value for the element port-component-uri
PortComponentType
String getPortComponentUri()
port-component-uri
element
port-component-uri
PortComponentType<T> removePortComponentUri()
port-component-uri
element
PortComponentType
PortComponentType<T> authMethod(String authMethod)
auth-method
element
authMethod
- the value for the element auth-method
PortComponentType
String getAuthMethod()
auth-method
element
auth-method
PortComponentType<T> removeAuthMethod()
auth-method
element
PortComponentType
PortComponentType<T> transportGuarantee(String transportGuarantee)
transport-guarantee
element
transportGuarantee
- the value for the element transport-guarantee
PortComponentType
String getTransportGuarantee()
transport-guarantee
element
transport-guarantee
PortComponentType<T> removeTransportGuarantee()
transport-guarantee
element
PortComponentType
PortComponentType<T> secureWsdlAccess(Boolean secureWsdlAccess)
secure-wsdl-access
element
secureWsdlAccess
- the value for the element secure-wsdl-access
PortComponentType
Boolean isSecureWsdlAccess()
secure-wsdl-access
element
secure-wsdl-access
PortComponentType<T> removeSecureWsdlAccess()
secure-wsdl-access
element
PortComponentType
PortComponentType<T> id(String id)
id
attribute
id
- the value for the attribute id
PortComponentType
String getId()
id
attribute
id
PortComponentType<T> removeId()
id
attribute
PortComponentType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |