public class MDPWSWSDLOperation extends org.ws4d.java.description.wsdl.WSDLOperation implements WSDLPolicyAttachmentPoint
| Constructor and Description |
|---|
MDPWSWSDLOperation(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMessagesToWSDL(org.ws4d.java.description.wsdl.WSDL wsdl) |
boolean |
addWSDLPolicyAttachment(WSDLPolicyAttachment attachment) |
org.ws4d.java.service.OperationDescription |
getAssociatedOperationDescription() |
org.ws4d.java.description.wsdl.IOType |
getInput() |
org.ws4d.java.description.wsdl.IOType |
getOutput() |
WSDLPolicyDirection |
getPolicyDirection() |
org.ws4d.java.structures.Iterator |
getWSDLPolicyAttachments() |
boolean |
removeWSDLPolicyAttachment(WSDLPolicyAttachment attachment) |
void |
setAssociatedOperationDescription(org.ws4d.java.service.OperationDescription mdpwsOP) |
void |
setPortType(org.ws4d.java.description.wsdl.WSDLPortType portType) |
addFault, equals, getFault, getFaultActions, getFaultMessage, getFaultMessages, getFaultParts, getFaults, getInputAction, getInputMessage, getInputName, getInputParts, getName, getNamespace, getOutputAction, getOutputMessage, getOutputName, getOutputParts, getPortType, getType, getTypeAsString, getWsdl, hashCode, isBidirectional, isEvented, isRequest, setAttribute, setAttributes, setInput, setName, setOutput, setType, toString, typeToStringpublic org.ws4d.java.description.wsdl.IOType getInput()
getInput in class org.ws4d.java.description.wsdl.WSDLOperationpublic org.ws4d.java.description.wsdl.IOType getOutput()
getOutput in class org.ws4d.java.description.wsdl.WSDLOperationpublic org.ws4d.java.service.OperationDescription getAssociatedOperationDescription()
public void setAssociatedOperationDescription(org.ws4d.java.service.OperationDescription mdpwsOP)
public org.ws4d.java.structures.Iterator getWSDLPolicyAttachments()
getWSDLPolicyAttachments in interface WSDLPolicyAttachmentPointpublic boolean addWSDLPolicyAttachment(WSDLPolicyAttachment attachment)
addWSDLPolicyAttachment in interface WSDLPolicyAttachmentPointpublic boolean removeWSDLPolicyAttachment(WSDLPolicyAttachment attachment)
removeWSDLPolicyAttachment in interface WSDLPolicyAttachmentPointpublic WSDLPolicyDirection getPolicyDirection()
getPolicyDirection in interface WSDLPolicyAttachmentPointpublic void addMessagesToWSDL(org.ws4d.java.description.wsdl.WSDL wsdl)
wsdl - public void setPortType(org.ws4d.java.description.wsdl.WSDLPortType portType)
setPortType in class org.ws4d.java.description.wsdl.WSDLOperation