Modifier and Type | Method and Description |
---|---|
protected void |
OMWSDLWriter.printInterfaceMessageReferences(InterfaceMessageReferenceElement[] msgrefs,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceMessageReferenceElements of the WSDL element model.
|
protected void |
DOMWSDLWriter.printInterfaceMessageReferences(InterfaceMessageReferenceElement[] msgrefs,
DescriptionElement des,
PrintWriter pw)
Serialize the InterfaceMessageReferenceElements of the WSDL element model.
|
Modifier and Type | Class and Description |
---|---|
class |
InterfaceMessageReferenceImpl
This class represents the <input> and <output>
child elements of interface operation.
|
Modifier and Type | Method and Description |
---|---|
InterfaceMessageReferenceElement |
InterfaceOperationImpl.addInterfaceMessageReferenceElement() |
InterfaceMessageReferenceElement |
BindingMessageReferenceImpl.getInterfaceMessageReferenceElement() |
InterfaceMessageReferenceElement[] |
InterfaceOperationImpl.getInterfaceMessageReferenceElements() |
InterfaceMessageReferenceElement |
InterfaceMessageReferenceImpl.toElement() |
Modifier and Type | Method and Description |
---|---|
void |
InterfaceOperationImpl.removeInterfaceMessageReferenceElement(InterfaceMessageReferenceElement msgRef) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
WSDLDocumentValidator.validateInterfaceMessageReferences(DescriptionElement descElement,
InterfaceMessageReferenceElement[] messageReferences,
ErrorReporter errorReporter)
Validate the InterfaceMessageReference elements.
|
Modifier and Type | Method and Description |
---|---|
InterfaceMessageReferenceElement |
InterfaceMessageReference.toElement()
Returns a WSDLElement that represents the element information item from the WSDL 2.0
infoset that maps to this WSDLComponent.
|
Modifier and Type | Method and Description |
---|---|
InterfaceMessageReferenceElement |
InterfaceOperationElement.addInterfaceMessageReferenceElement()
Create an InterfaceMessageReferenceElement with this InterfaceOperationElement as its parent
and return a reference to it.
|
InterfaceMessageReferenceElement |
BindingMessageReferenceElement.getInterfaceMessageReferenceElement()
Return the InterfaceMessageReferenceElement associated with this BindingMessageReferenceElement.
|
InterfaceMessageReferenceElement[] |
InterfaceOperationElement.getInterfaceMessageReferenceElements()
Return the set of InterfaceMessageReferenceElements within this InterfaceOperationElement.
|
Modifier and Type | Method and Description |
---|---|
void |
InterfaceOperationElement.removeInterfaceMessageReferenceElement(InterfaceMessageReferenceElement msgRef)
Remove the specified InterfaceMessageReferenceElement from the set of
InterfaceMessageReferenceElements within this InterfaceOperationElement.
|
Copyright © 2005–2014 Apache Software Foundation. All rights reserved.