| Modifier and Type | Method and Description |
|---|---|
ServiceRefPortInfo |
ServiceReferenceDescriptor.addContainerManagedPort(String serviceEndpointInterface) |
ServiceRefPortInfo |
ServiceReferenceDescriptor.getPortInfo(String serviceEndpointInterface)
Lookup port info by service endpoint interface.
|
ServiceRefPortInfo |
ServiceReferenceDescriptor.getPortInfoByPort(QName wsdlPort)
Lookup port info by wsdl port.
|
ServiceRefPortInfo |
ServiceReferenceDescriptor.getPortInfoBySEI(String serviceEndpointInterface)
Lookup port info by service endpoint interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceReferenceDescriptor.addPortInfo(ServiceRefPortInfo portInfo) |
void |
ServiceReferenceDescriptor.addRuntimePortInfo(ServiceRefPortInfo runtimePortInfo)
Special handling of case where runtime port info is added.
|
void |
ServiceReferenceDescriptor.removePortInfo(ServiceRefPortInfo portInfo) |
| Constructor and Description |
|---|
ServiceRefPortInfo(ServiceRefPortInfo other) |
| Modifier and Type | Method and Description |
|---|---|
Node |
ServiceRefPortInfoRuntimeNode.writeDescriptor(Node parent,
String nodeName,
ServiceRefPortInfo desc)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
Node |
WLServiceRefPortInfoRuntimeNode.writeDescriptor(Node parent,
String nodeName,
ServiceRefPortInfo desc)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
ServiceRefPortInfo |
MessageDescriptor.getServiceRefPortInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageDescriptor.setServiceRefPortInfo(ServiceRefPortInfo portInfo) |
Copyright © 2017. All rights reserved.