public class MessageDescriptor extends RuntimeDescriptor
| Modifier and Type | Field and Description |
|---|---|
static String |
JAVA_METHOD |
static String |
OPERATION_NAME |
propListenersDESCRIPTION_CHANGED, DESCRIPTOR_CHANGED, docType, LARGE_ICON_CHANGED, NAME_CHANGED, SMALL_ICON_CHANGED| Constructor and Description |
|---|
MessageDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<MethodDescriptor> |
getAllDefinedMethodsInMessage()
Return all methods defined in this message.
|
BundleDescriptor |
getBundleDescriptor() |
MethodDescriptor |
getMethodDescriptor() |
String |
getOperationName() |
ServiceRefPortInfo |
getServiceRefPortInfo() |
WebServiceEndpoint |
getWebServiceEndpoint() |
void |
setBundleDescriptor(BundleDescriptor bundleDesc) |
void |
setMethodDescriptor(MethodDescriptor methodDescriptor) |
void |
setOperationName(String operationName) |
void |
setServiceRefPortInfo(ServiceRefPortInfo portInfo) |
void |
setWebServiceEndpoint(WebServiceEndpoint endPoint) |
addPropertyChangeListener, addPropertyChangeListener, addValue, getAttributeValue, getAttributeValue, getAttributeValue, getValue, getValue, getValues, removePropertyChangeListener, removePropertyChangeListener, removeValue, removeValue, setAttributeValue, setAttributeValue, setAttributeValue, setValue, setValue, sizeaddDescriptorExtension, addPrefixMapping, createUniqueFilenameAmongst, createUniqueNameAmongst, createUniqueNameAmongstNamedDescriptors, fillDocType, getDeploymentExtensions, getDescription, getDescriptorExtension, getDescriptorExtensions, getDisplayName, getDocType, getLargeIconUri, getLocalizedDescription, getLocalizedDescriptions, getLocalizedDisplayName, getLocalizedDisplayNames, getLocalizedLargeIconUri, getLocalizedLargeIconUris, getLocalizedSmallIconUri, getLocalizedSmallIconUris, getName, getPrefixMapping, getSmallIconUri, isBoundsChecking, print, setBoundsChecking, setDescription, setDisplayName, setLargeIconUri, setLocalizedDescription, setLocalizedDisplayName, setLocalizedLargeIconUri, setLocalizedSmallIconUri, setName, setSmallIconUri, visitaddExtraAttribute, getExtraAttribute, getExtraAttributes, removeExtraAttribute, toStringaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedpublic static final String JAVA_METHOD
public static final String OPERATION_NAME
public void setOperationName(String operationName)
public String getOperationName()
public void setMethodDescriptor(MethodDescriptor methodDescriptor)
public MethodDescriptor getMethodDescriptor()
public void setServiceRefPortInfo(ServiceRefPortInfo portInfo)
public ServiceRefPortInfo getServiceRefPortInfo()
public void setWebServiceEndpoint(WebServiceEndpoint endPoint)
public WebServiceEndpoint getWebServiceEndpoint()
public void setBundleDescriptor(BundleDescriptor bundleDesc)
public BundleDescriptor getBundleDescriptor()
public List<MethodDescriptor> getAllDefinedMethodsInMessage()
Copyright © 2019. All rights reserved.