com.ibm.wsspi.sca.metadata
Interface WebServiceExportBinding
All Superinterfaces:
- public interface WebServiceExportBinding
- extends ExportBinding
Since:
7.5.1.0
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getPort()
Method returns the
QName of the port that belongs to the
WebService binding of the export.
|
|
getService()
Method returns the
QName of the service that belongs to the
WebService binding of the export.
|
Methods inherited from interface com.ibm.wsspi.sca.metadata.ExportBinding |
---|
getBindingType |
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
See Also:
Method Detail
getService
- javax.xml.namespace.QName getService( )
Returns:
QName
QName
of the service that belongs to the WebService binding
of the export. getPort
- javax.xml.namespace.QName getPort( )
Method returns the
QName
of the port that belongs to the
WebService binding of the export.
Returns:
QName
QName
of the port that belongs to the WebService binding
of the export.
QName
of the service that belongs to the WebService binding of the export.