| Modifier and Type | Method and Description |
|---|---|
NameValuePairDescriptor |
ServiceReferenceDescriptor.getCallPropertyByName(String name) |
NameValuePairDescriptor |
ServiceRefPortInfo.getCallPropertyByName(String name) |
NameValuePairDescriptor |
ServiceRefPortInfo.getStubPropertyByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceReferenceDescriptor.addCallProperty(NameValuePairDescriptor property)
Add call property, using property name as a key.
|
void |
ServiceRefPortInfo.addCallProperty(NameValuePairDescriptor property)
Add call property, using property name as a key.
|
void |
WebServiceHandler.addInitParam(NameValuePairDescriptor newInitParam)
add an init param to this handler
|
void |
ResourceReferenceDescriptor.addProperty(NameValuePairDescriptor newProp)
Add a new runtime property to this cmp resource
|
void |
WebServiceEndpoint.addProperty(NameValuePairDescriptor newProp) |
void |
ServiceRefPortInfo.addStubProperty(NameValuePairDescriptor property)
Add stub property, using property name as a key.
|
void |
ServiceReferenceDescriptor.removeCallProperty(NameValuePairDescriptor property)
Remove call property, using property name as a key.
|
void |
ServiceRefPortInfo.removeCallProperty(NameValuePairDescriptor property)
Remove call property, using property name as a key.
|
void |
WebServiceHandler.removeInitParam(NameValuePairDescriptor initParamToRemove)
remove an init param from this handler
|
void |
ServiceRefPortInfo.removeStubProperty(NameValuePairDescriptor property)
Remove stub property, using property name as a key.
|
| Constructor and Description |
|---|
NameValuePairDescriptor(NameValuePairDescriptor other)
copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
NameValuePairNode.writeDescriptor(Node parent,
String nodeName,
NameValuePairDescriptor descriptor)
write the descriptor class to a DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
NameValuePairDescriptor[] |
ResourceAdapter.getPropertyElement() |
| Modifier and Type | Method and Description |
|---|---|
List<NameValuePairDescriptor> |
EjbBundleDescriptorImpl.getEnterpriseBeansProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbBundleDescriptorImpl.addEnterpriseBeansProperty(NameValuePairDescriptor newProp) |
Copyright © 2019. All rights reserved.