com.bea.wli.sb.services
Interface SelfDescribedBindingTypeInfo

All Superinterfaces:
BindingTypeInfo

public interface SelfDescribedBindingTypeInfo
extends BindingTypeInfo

An extension of BindingTypeInfo interface for those servcies that are self-described (e.g. EJB services)


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.bea.wli.sb.services.BindingTypeInfo
BindingTypeInfo.BindingTypeEnum, BindingTypeInfo.MessageTypeEnum
 
Method Summary
 WsdlDescription getWsdlDescription()
           
 
Methods inherited from interface com.bea.wli.sb.services.BindingTypeInfo
getRequestMessageType, getResponseMessageType, getType, hasRequestResponseOperations, hasRMPolicy, hasWSSecurityPolicy, isWSICompliant
 

Method Detail

getWsdlDescription

WsdlDescription getWsdlDescription()
                                   throws IOException
Returns:
the description of the WSDL associated with the service
Throws:
IOException