Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl | |
org.apache.cxf.wsdl | |
org.jboss.ws.tools.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
PortImpl
This class represents a port, an endpoint for the
functionality described by a particular port type.
|
Modifier and Type | Method and Description |
---|---|
Port |
DefinitionImpl.createPort()
Create a new port.
|
Port |
ServiceImpl.getPort(String name)
Get the specified port.
|
Port |
ServiceImpl.removePort(String name)
Remove the specified port.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceImpl.addPort(Port port)
Add a port to this service.
|
Modifier and Type | Method and Description |
---|---|
protected Port |
WSDLReaderImpl.parsePort(Element portEl,
Definition def) |
Modifier and Type | Method and Description |
---|---|
Port |
Definition.createPort()
Create a new port.
|
Port |
Service.getPort(String name)
Get the specified port.
|
Port |
Service.removePort(String name)
Remove the specified port.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.addPort(Port port)
Add a port to this service.
|
Modifier and Type | Method and Description |
---|---|
static Port |
EndpointReferenceUtils.getPort(WSDLManager manager,
EndpointReferenceType ref)
Gets the WSDL port for the provided endpoint reference.
|
Modifier and Type | Method and Description |
---|---|
protected Port |
JBossWSDLReaderImpl.parsePort(Element portEl,
Definition def) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.