|
Java API Reference for Oracle Infrastructure Web Services 11 Release 1 (11.1.1) E10654-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Service
Implementations of this interface represent WSDL services within the model.
| Field Summary | |
|---|---|
static QName |
SERVICE_COMPONENT_TYPEThe component type name for services in the model. |
| Method Summary | |
|---|---|
Port |
addPort(Port port)Creates and adds a child port using the information provided via the WSDL port. |
Port |
addPort(String name)Creates and adds a child port having the given name. |
Port |
getPort(String name)Returns the child port with the given name. |
Port[] |
getPorts()Gets an array of ports that are children of the service. |
void |
removePort(String name)Removes the port having the provided name from the service model. |
| Methods inherited from interface oracle.webservices.model.Component |
|---|
addComponent, addExtension, addExtensionAttribute, createExtension, getAllExtensions, getComponent, getComponents, getComponents, getExtension, getExtension, getExtensionAttribute, getExtensionAttributeTypes, getExtensionTypes, getFactory, getModel, getName, getParent, getType, removeComponent, removeExtension, removeExtensionAttribute |
| Field Detail |
|---|
static final QName SERVICE_COMPONENT_TYPE
| Method Detail |
|---|
Port[] getPorts()
Port getPort(String name)
name - The name of the child port to return.Port addPort(String name)
name - The unique name of the port to be created and added.Port addPort(Port port)
port - The WSDL port from which the new child port component should be modeled.void removePort(String name)
name - The name of the port to remove.
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||