public interface WebServiceImportBinding extends ImportBinding
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEndpoint()
Method returns the endpoint that belongs to the WebService binding of the
import.
|
javax.xml.namespace.QName |
getPort()
Method returns the
QName of the port that belongs to the
WebService binding of the import. |
javax.xml.namespace.QName |
getService()
Method returns the
QName of the service that belongs to the
WebService binding of the import. |
getBindingType
static final java.lang.String COPYRIGHT
javax.xml.namespace.QName getService()
QName
of the service that belongs to the
WebService binding of the import.QName
of the service that belongs to the WebService binding
of the import.javax.xml.namespace.QName getPort()
QName
of the port that belongs to the
WebService binding of the import.QName
of the port that belongs to the WebService binding
of the import.java.lang.String getEndpoint()