public class WsdlBinding extends WsdlInterface
fault, name, operations
Constructor and Description |
---|
WsdlBinding(java.lang.String thisName)
Create a new instance of WsdlBinding.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStyle()
Get the binding style.
|
java.lang.String |
getTransport()
Get the binding transport uri.
|
java.lang.String |
getType()
Get the binding type.
|
void |
setStyle(java.lang.String thisStyle)
Set the style for the binding.
|
void |
setTransport(java.lang.String thisTransport)
Set the transport uri for the binding.
|
void |
setType(java.lang.String thisType)
Set the type for the binding.
|
addOperation, containsOperation, getDocumentation, getFault, getName, getOperations, setDocumentation, setFault
public WsdlBinding(java.lang.String thisName)
thisName
- the port name.public void setStyle(java.lang.String thisStyle)
thisStyle
- the style type.public java.lang.String getStyle()
public void setType(java.lang.String thisType)
thisType
- the binding type.public java.lang.String getType()
public void setTransport(java.lang.String thisTransport)
thisTransport
- the transport uri.public java.lang.String getTransport()