public interface PortComponentType<T> extends Child<T>
port-componentType
xsd typeModifier and Type | Method and Description |
---|---|
PortComponentType<T> |
authMethod(String authMethod)
Sets the
auth-method element |
String |
getAuthMethod()
Returns the
auth-method element |
String |
getPortComponentName()
Returns the
port-component-name element |
String |
getPortComponentUri()
Returns the
port-component-uri element |
String |
getTransportGuarantee()
Returns the
transport-guarantee element |
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> |
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 |
PortComponentType<T> portComponentName(String portComponentName)
port-component-name
elementportComponentName
- the value for the element port-component-name
PortComponentType
String getPortComponentName()
port-component-name
elementport-component-name
PortComponentType<T> removePortComponentName()
port-component-name
elementPortComponentType
PortComponentType<T> portComponentUri(String portComponentUri)
port-component-uri
elementportComponentUri
- the value for the element port-component-uri
PortComponentType
String getPortComponentUri()
port-component-uri
elementport-component-uri
PortComponentType<T> removePortComponentUri()
port-component-uri
elementPortComponentType
PortComponentType<T> authMethod(String authMethod)
auth-method
elementauthMethod
- the value for the element auth-method
PortComponentType
String getAuthMethod()
auth-method
elementauth-method
PortComponentType<T> removeAuthMethod()
auth-method
elementPortComponentType
PortComponentType<T> transportGuarantee(String transportGuarantee)
transport-guarantee
elementtransportGuarantee
- the value for the element transport-guarantee
PortComponentType
String getTransportGuarantee()
transport-guarantee
elementtransport-guarantee
PortComponentType<T> removeTransportGuarantee()
transport-guarantee
elementPortComponentType
PortComponentType<T> secureWsdlAccess(Boolean secureWsdlAccess)
secure-wsdl-access
elementsecureWsdlAccess
- the value for the element secure-wsdl-access
PortComponentType
Boolean isSecureWsdlAccess()
secure-wsdl-access
elementsecure-wsdl-access
PortComponentType<T> removeSecureWsdlAccess()
secure-wsdl-access
elementPortComponentType
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.