| java.lang.Object org.netbeans.modules.compapp.projects.jbi.api.JbiBindingInfo
JbiBindingInfo | public class JbiBindingInfo implements Serializable(Code) | | JBI binding info. A Binding Component may implement multiple binding types.
A JbiBindingInfo is for one binding type of a Binding Component.
author: tli |
JbiBindingInfo | public JbiBindingInfo(String bindingComponentName, String bindingType, URL icon, String description, String namespace)(Code) | | DOCUMENT ME!
Parameters: bindingComponentName - Parameters: bindingType - Parameters: icon - Parameters: description - Parameters: namespace - |
getBindingComponentName | public String getBindingComponentName()(Code) | | Gets the binding component name, e.x., sun-file-binding, sun-http-binding.
the binding compoent name |
getBindingType | public String getBindingType()(Code) | | Gets the binding type, e.x., file, http, or soap.
the binding type |
getDescription | public String getDescription()(Code) | | DOCUMENT ME!
the description |
getIcon | public URL getIcon()(Code) | | DOCUMENT ME!
the icon. |
getNameSpace | public String getNameSpace()(Code) | | DOCUMENT ME!
the binding component namespaces |
|
|