public class WsdlService
extends java.lang.Object
Constructor and Description |
---|
WsdlService(java.lang.String thisName)
Create a new instance of WsdlService.
|
Modifier and Type | Method and Description |
---|---|
boolean |
addEndPoint(WsdlEndpoint endPoint)
Add a new endpoint to the service.
|
java.lang.String |
getDocumentation()
Get the service documentation.
|
WsdlEndpoint |
getEndPoint(java.lang.String endpointName)
Get the endpoint with the specified name.
|
java.util.HashMap |
getEndpoints()
Get all endpoints.
|
java.lang.String |
getName()
Get the service name.
|
java.util.ArrayList |
getPortNames()
Get the list of port names.
|
java.lang.String |
getServiceInterface()
Get the service interface.
|
void |
setDocumentation(java.lang.String theDocumentation)
Set the description of the service.
|
void |
setServiceInterface(java.lang.String thisServiceInterface)
Set the service interface value.
|
public WsdlService(java.lang.String thisName)
thisName
- the service name.public java.lang.String getName()
public void setDocumentation(java.lang.String theDocumentation)
theDocumentation
- the service documentation.public java.lang.String getDocumentation()
public void setServiceInterface(java.lang.String thisServiceInterface)
thisServiceInterface
- the interface value.public java.lang.String getServiceInterface()
public boolean addEndPoint(WsdlEndpoint endPoint)
endPoint
- the endpoint to add.public WsdlEndpoint getEndPoint(java.lang.String endpointName)
endpointName
- the endpoint name.public java.util.HashMap getEndpoints()
public java.util.ArrayList getPortNames()