com.ibm.wsspi.sca.metadata

Interface WebServiceImportBinding

All Superinterfaces:
ImportBinding

  1. public interface WebServiceImportBinding
  2. extends ImportBinding
Interface that represent the WebService binding information on a SCA import.
Since:
7.5.1.0

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getEndpoint()
Method returns the endpoint that belongs to the WebService binding of the import.
  1. javax.xml.namespace.QName
getPort()
Method returns the QName of the port that belongs to the WebService binding of the import.
  1. javax.xml.namespace.QName
getService()
Method returns the QName of the service that belongs to the WebService binding of the import.
Methods inherited from interface com.ibm.wsspi.sca.metadata.ImportBinding
getBindingType

Field Detail

  1. static final java.lang.String COPYRIGHT
See Also:

Method Detail

getService

  1. javax.xml.namespace.QName getService( )
Method returns the QName of the service that belongs to the WebService binding of the import.
Returns:
QName QName of the service that belongs to the WebService binding of the import.

getPort

  1. javax.xml.namespace.QName getPort( )
Method returns the QName of the port that belongs to the WebService binding of the import.
Returns:
QName QName of the port that belongs to the WebService binding of the import.

getEndpoint

  1. java.lang.String getEndpoint()
Method returns the endpoint that belongs to the WebService binding of the import.
Returns:
String Endpoint that belongs to the WebService binding of the import.