public class WsdlEndpoint
extends java.lang.Object
| Constructor and Description |
|---|
WsdlEndpoint(java.lang.String thisName,
java.lang.String thisType,
java.lang.String thisBinding,
java.lang.String thisAddress)
Create a new instance of WsdlEndpoint.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Get the endpoint address.
|
java.lang.String |
getBinding()
Get the endpoint binding.
|
java.lang.String |
getName()
Get the endpoint name.
|
java.lang.String |
getType()
Get the endpoint type.
|
public WsdlEndpoint(java.lang.String thisName,
java.lang.String thisType,
java.lang.String thisBinding,
java.lang.String thisAddress)
thisName - the endpoint name.thisType - the endpoint type.thisBinding - the endpoint binding.thisAddress - the endpoint address.public java.lang.String getName()
public java.lang.String getType()
public java.lang.String getBinding()
public java.lang.String getAddress()