public abstract class WSDLBindingMessageReference extends Extendable
Constructor and Description |
---|
WSDLBindingMessageReference(WSDLBindingOperation wsdlBindingOperation) |
Modifier and Type | Method and Description |
---|---|
void |
addMimePart(WSDLMIMEPart mimePart)
Adds a MIME part to this message reference.
|
void |
addSoapHeader(WSDLSOAPHeader soapHeader)
Adds a SOAP header to the SOAP header list that is associated with this
message reference.
|
String |
getMessageLabel()
Gets the property that identifies the role that the message for which
binding details are being specified.
|
WSDLMIMEPart |
getMimePart(String partName)
Gets a specific MIME part
|
Collection<WSDLMIMEPart> |
getMimeParts()
Returns a list of mime parts on this message
|
List<WSDLSOAPHeader> |
getSoapHeaders()
Gets the list of SOAP headers associated with this message reference.
|
WSDLBindingOperation |
getWsdlBindingOperation() |
void |
setMessageLabel(String messageLabel)
Sets the property that identifies the role that the message for which
binding details are being specified.
|
void |
setSoapHeaders(List<WSDLSOAPHeader> soapHeaders)
Sets the list of SOAP headers associated with this message reference.
|
addExtensibilityElement, addFeature, addNotUnderstoodExtElement, addProperty, getAllExtensibilityElements, getExtensibilityElements, getFeature, getFeatures, getNotUnderstoodExtElements, getProperties, getProperty, setNotUnderstoodExtElements
public WSDLBindingMessageReference(WSDLBindingOperation wsdlBindingOperation)
public WSDLBindingOperation getWsdlBindingOperation()
public String getMessageLabel()
public void setMessageLabel(String messageLabel)
public List<WSDLSOAPHeader> getSoapHeaders()
public void setSoapHeaders(List<WSDLSOAPHeader> soapHeaders)
soapHeaders
- The soapHeaders to set.public void addSoapHeader(WSDLSOAPHeader soapHeader)
soapHeader
- the SOAP header to addpublic void addMimePart(WSDLMIMEPart mimePart)
mimePart
- the mime part to addpublic Collection<WSDLMIMEPart> getMimeParts()
public WSDLMIMEPart getMimePart(String partName)
partName
- the wsdl part nameCopyright © 2014 JBoss by Red Hat. All Rights Reserved.