| Package | Description |
|---|---|
| com.sun.jbi.wsdl2 |
This package contains the public interface for the WSDL 2.0 library.
|
| Modifier and Type | Method and Description |
|---|---|
Interface |
Description.addNewInterface(String name)
Create a new interface component, appended to this definition's
interface list.
|
Interface |
Description.findInterface(QName name)
Find named interface in this definition or the imported/included
interfaces.
|
Interface[] |
Interface.getExtendedInterfaces()
Get the interfaces extended by this interface, including those
extended by this interface's super-interfaces.
|
Interface |
Service.getInterface()
Get interface provided by this service.
|
Interface |
Binding.getInterface()
Get interface being bound by this binding definition, if any.
|
Interface |
Interface.getInterface(int index)
Get interfaces this interface extends, if any by indexed position.
|
Interface |
Description.getInterface(int index)
Get interfaces for this component by indexed position.
|
Interface |
Interface.removeInterface(int index)
Remove interfaces this interface extends, if any by index position.
|
Interface |
Description.removeInterface(int index)
Remove interfaces for this component by index position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Interface.appendInterface(Interface theInterface)
Append an item to interfaces this interface extends, if any.
|
void |
Description.appendInterface(Interface theInterface)
Append an item to interfaces for this component.
|
void |
Service.setInterface(Interface theInterface)
Set interface provided by this service.
|
void |
Binding.setInterface(Interface theInterface)
Set interface being bound by this binding definition, if any.
|
void |
Interface.setInterface(int index,
Interface theInterface)
Set interfaces this interface extends, if any by indexed position.
|
void |
Description.setInterface(int index,
Interface theInterface)
Set interfaces for this component by indexed position.
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.