public class WsdlInterface
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected WsdlFault |
fault
A fault process description
|
protected java.lang.String |
name
The interface name
|
protected java.util.ArrayList |
operations
A list of related operation names.
|
Constructor and Description |
---|
WsdlInterface(java.lang.String thisName)
Create a new instance of WsdlInteface.
|
Modifier and Type | Method and Description |
---|---|
boolean |
addOperation(java.lang.String operation)
Add the specified operation name to the list.
|
boolean |
containsOperation(java.lang.String operation)
Return true if this interface contains the operation.
|
java.lang.String |
getDocumentation()
Get the service documentation.
|
WsdlFault |
getFault()
Get the interface process fault.
|
java.lang.String |
getName()
Get the interface name.
|
java.util.ArrayList |
getOperations()
Get the list of operation names.
|
void |
setDocumentation(java.lang.String theDocumentation)
Set the description of the service.
|
void |
setFault(WsdlFault thisFault)
Set the interface fault process.
|
protected java.lang.String name
protected java.util.ArrayList operations
protected WsdlFault fault
public WsdlInterface(java.lang.String thisName)
thisName
- the interface name.public java.lang.String getName()
public void setDocumentation(java.lang.String theDocumentation)
theDocumentation
- the service documentation.public java.lang.String getDocumentation()
public boolean containsOperation(java.lang.String operation)
operation
- the operation name.public boolean addOperation(java.lang.String operation)
operation
- the operation name.public java.util.ArrayList getOperations()
public void setFault(WsdlFault thisFault)
thisFault
- the fault.public WsdlFault getFault()