Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl | |
org.apache.juddi.v3.client.mapping |
Modifier and Type | Class and Description |
---|---|
class |
PortTypeImpl
This class represents a port type.
|
Modifier and Type | Field and Description |
---|---|
protected PortType |
BindingImpl.portType |
Modifier and Type | Method and Description |
---|---|
PortType |
DefinitionImpl.createPortType()
Create a new port type.
|
PortType |
BindingImpl.getPortType()
Get the port type this is a binding for.
|
PortType |
DefinitionImpl.getPortType(QName name)
Get the specified portType.
|
PortType |
DefinitionImpl.removePortType(QName name)
Remove the specified portType from this definition.
|
Modifier and Type | Method and Description |
---|---|
void |
DefinitionImpl.addPortType(PortType portType)
Add a portType to this WSDL description.
|
void |
BindingImpl.setPortType(PortType portType)
Set the port type this is a binding for.
|
Modifier and Type | Method and Description |
---|---|
protected PortType |
WSDLReaderImpl.parsePortType(Element portTypeEl,
Definition def) |
Modifier and Type | Method and Description |
---|---|
protected BindingOperation |
WSDLReaderImpl.parseBindingOperation(Element bindingOperationEl,
PortType portType,
Definition def) |
protected Operation |
WSDLReaderImpl.parseOperation(Element opEl,
PortType portType,
Definition def) |
Modifier and Type | Method and Description |
---|---|
PortType |
Definition.createPortType()
Create a new port type.
|
PortType |
Binding.getPortType()
Get the port type this is a binding for.
|
PortType |
Definition.getPortType(QName name)
Get the specified portType.
|
PortType |
Definition.removePortType(QName name)
Remove the specified portType from this definition.
|
Modifier and Type | Method and Description |
---|---|
void |
Definition.addPortType(PortType portType)
Add a portType to this WSDL description.
|
void |
Binding.setPortType(PortType portType)
Set the port type this is a binding for.
|
Modifier and Type | Method and Description |
---|---|
TModel |
BPEL2UDDI.createBPEL4WSProcessTModel(QName serviceName,
String targetNamespace,
Map<QName,PortType> portTypes,
String bpelOverviewURL)
BPEL4WS abstract processes are published as separate UDDI tModels.
|
Set<TModel> |
WSDL2UDDI.createWSDLPortTypeTModels(String wsdlURL,
Map<QName,PortType> portTypes)
2.4.1 wsdl:portType -> uddi:tModel
|
Set<TModel> |
BPEL2UDDI.createWSDLPortTypeTModels(String wsdlURL,
Map<QName,PortType> portTypes) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.