public abstract class WSDLInterfaceMessageReference extends Extendable implements Comparable
Constructor and Description |
---|
WSDLInterfaceMessageReference(WSDLInterfaceOperation wsdlOperation) |
Modifier and Type | Method and Description |
---|---|
void |
addChildPart(WSDLRPCPart childPart)
Adds a child part to this mesage reference.
|
int |
compareTo(Object o) |
String |
getAction()
Gets wsam:Action
return action
|
WSDLRPCPart |
getChildPart(String name)
Gets the child part associated with this message reference by part name.
|
Collection<WSDLRPCPart> |
getChildParts()
Gets the child parts associated with this message reference.
|
QName |
getElement() |
String |
getMessageLabel() |
QName |
getMessageName()
Gets the WSDL 1.1 message name.
|
String |
getPartName()
Gets the WSDL 1.1 part name.
|
WSDLInterfaceOperation |
getWsdlOperation() |
QName |
getXMLType()
Get the xmlType for this operation part.
|
void |
removeChildPart(String name)
Removes a speficied child part.
|
void |
setAction(String action)
Sets wsam:Action
|
void |
setElement(QName element) |
void |
setMessageLabel(String messageLabel) |
void |
setMessageName(QName messageName)
Sets the WSDL 1.1 message name.
|
void |
setPartName(String partName)
Sets the WSDL 1.1 part name.
|
addExtensibilityElement, addFeature, addNotUnderstoodExtElement, addProperty, getAllExtensibilityElements, getExtensibilityElements, getFeature, getFeatures, getNotUnderstoodExtElements, getProperties, getProperty, setNotUnderstoodExtElements
protected Logger log
public WSDLInterfaceMessageReference(WSDLInterfaceOperation wsdlOperation)
public WSDLInterfaceOperation getWsdlOperation()
public String getMessageLabel()
public void setMessageLabel(String messageLabel)
public QName getElement()
public void setElement(QName element)
public QName getXMLType()
public Collection<WSDLRPCPart> getChildParts()
public WSDLRPCPart getChildPart(String name)
name
- the part namepublic void addChildPart(WSDLRPCPart childPart)
childPart
- the list of rpc parts that make up the messagepublic void removeChildPart(String name)
name
- the name of the partpublic String getPartName()
public void setMessageName(QName messageName)
messageName
- The part namepublic QName getMessageName()
public void setAction(String action)
action
- actionpublic String getAction()
public void setPartName(String partName)
partName
- The part namepublic int compareTo(Object o)
compareTo
in interface Comparable
Copyright © 2018 JBoss by Red Hat. All rights reserved.