protected class MDPWSProxyService.MDPWSProxyOperation extends MDPWSOperation
| Constructor and Description |
|---|
MDPWSProxyOperation(org.ws4d.java.service.Operation op) |
MDPWSProxyOperation(java.lang.String name,
org.ws4d.java.types.QName portType) |
MDPWSProxyOperation(org.ws4d.java.description.wsdl.WSDLOperation operation) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFault(org.ws4d.java.service.Fault fault) |
org.ws4d.java.service.parameter.ParameterValue |
createFaultValue(java.lang.String faultName) |
org.ws4d.java.service.parameter.ParameterValue |
createInputValue() |
org.ws4d.java.service.parameter.ParameterValue |
createOutputValue() |
org.ws4d.java.service.Fault |
getFault(java.lang.String faultName) |
org.ws4d.java.structures.Iterator |
getFaults() |
org.ws4d.java.schema.Element |
getInput() |
java.lang.String |
getInputAction() |
java.lang.String |
getInputName() |
java.lang.String |
getName() |
org.ws4d.java.schema.Element |
getOutput() |
java.lang.String |
getOutputAction() |
java.lang.String |
getOutputName() |
org.ws4d.java.types.QName |
getPortType() |
org.ws4d.java.service.Service |
getService() |
org.ws4d.java.service.parameter.ParameterValue |
invoke(org.ws4d.java.service.parameter.ParameterValue parameterValue,
MDPWSMessageContextMap msgContextMap,
MDPWSMessageContextMap replyMessageCtxtMap) |
org.ws4d.java.service.parameter.ParameterValue |
invokeImpl(org.ws4d.java.service.parameter.ParameterValue parameterValue,
org.ws4d.java.security.CredentialInfo credInfo) |
void |
removeFault(java.lang.String faultName) |
void |
setInput(org.ws4d.java.schema.Element element) |
void |
setInputAction(java.lang.String inputAction) |
void |
setInputName(java.lang.String inputName) |
void |
setOutput(org.ws4d.java.schema.Element element) |
void |
setOutputAction(java.lang.String outputAction) |
void |
setOutputName(java.lang.String outputName) |
java.lang.String |
toString() |
addQoSPolicy, createWSDLOperation, getQoSTokenListgetType, invoke, invoke, isOneWay, isRequestResponseaddCustomComplexType, addInputParameter, addOutputParameter, clearCustomComplexTypes, createFaultValue, createInputValue, createOutputValue, equals, getCustomComplexTypes, getFaultAttribute, getFaultAttributes, getFaultCount, getInputAttribute, getInputAttributes, getInputParameter, getNameQuallified, getOutputAttribute, getOutputAttributes, getOutputParameter, hasFaultAttributes, hashCode, hasInputAttributes, hasOutputAttributes, isInputActionSet, isInputNameSet, isOutputActionSet, isOutputNameSet, removeCustomComplexType, setFaultAttribute, setFaultAttributes, setInputAttribute, setInputAttributes, setInputNameInternal, setOutputAttribute, setOutputAttributes, setOutputNameInternal, setServicegetAttribute, getAttributes, hasAttributes, serializeAttributes, setAttribute, setAttribute, setAttributespublic MDPWSProxyOperation(java.lang.String name,
org.ws4d.java.types.QName portType)
public MDPWSProxyOperation(org.ws4d.java.description.wsdl.WSDLOperation operation)
public MDPWSProxyOperation(org.ws4d.java.service.Operation op)
public org.ws4d.java.service.parameter.ParameterValue invokeImpl(org.ws4d.java.service.parameter.ParameterValue parameterValue,
org.ws4d.java.security.CredentialInfo credInfo)
throws org.ws4d.java.service.InvocationException,
org.ws4d.java.communication.CommunicationException
invokeImpl in class org.ws4d.java.service.Operationorg.ws4d.java.service.InvocationExceptionorg.ws4d.java.communication.CommunicationExceptionpublic org.ws4d.java.service.parameter.ParameterValue invoke(org.ws4d.java.service.parameter.ParameterValue parameterValue,
MDPWSMessageContextMap msgContextMap,
MDPWSMessageContextMap replyMessageCtxtMap)
throws org.ws4d.java.service.InvocationException,
org.ws4d.java.communication.CommunicationException
invoke in class MDPWSOperationorg.ws4d.java.service.InvocationExceptionorg.ws4d.java.communication.CommunicationExceptionpublic java.lang.String toString()
toString in class org.ws4d.java.service.OperationCommonspublic java.lang.String getName()
getName in interface org.ws4d.java.service.OperationDescriptiongetName in class org.ws4d.java.service.OperationCommonspublic org.ws4d.java.types.QName getPortType()
getPortType in interface org.ws4d.java.service.OperationDescriptiongetPortType in class org.ws4d.java.service.OperationCommonspublic java.lang.String getInputName()
getInputName in interface org.ws4d.java.service.OperationDescriptiongetInputName in class org.ws4d.java.service.OperationCommonspublic void setInputName(java.lang.String inputName)
setInputName in class org.ws4d.java.service.OperationCommonspublic java.lang.String getInputAction()
getInputAction in interface org.ws4d.java.service.OperationDescriptiongetInputAction in class org.ws4d.java.service.OperationCommonspublic void setInputAction(java.lang.String inputAction)
setInputAction in class org.ws4d.java.service.OperationCommonspublic java.lang.String getOutputName()
getOutputName in interface org.ws4d.java.service.OperationDescriptiongetOutputName in class org.ws4d.java.service.OperationCommonspublic void setOutputName(java.lang.String outputName)
setOutputName in class org.ws4d.java.service.OperationCommonspublic java.lang.String getOutputAction()
getOutputAction in interface org.ws4d.java.service.OperationDescriptiongetOutputAction in class org.ws4d.java.service.OperationCommonspublic void setOutputAction(java.lang.String outputAction)
setOutputAction in class org.ws4d.java.service.OperationCommonspublic org.ws4d.java.schema.Element getInput()
getInput in interface org.ws4d.java.service.OperationDescriptiongetInput in class org.ws4d.java.service.OperationCommonspublic void setInput(org.ws4d.java.schema.Element element)
setInput in class org.ws4d.java.service.OperationCommonspublic org.ws4d.java.schema.Element getOutput()
getOutput in interface org.ws4d.java.service.OperationDescriptiongetOutput in class org.ws4d.java.service.OperationCommonspublic void setOutput(org.ws4d.java.schema.Element element)
setOutput in class org.ws4d.java.service.OperationCommonspublic org.ws4d.java.structures.Iterator getFaults()
getFaults in interface org.ws4d.java.service.OperationDescriptiongetFaults in class org.ws4d.java.service.OperationCommonspublic org.ws4d.java.service.Fault getFault(java.lang.String faultName)
getFault in interface org.ws4d.java.service.OperationDescriptiongetFault in class org.ws4d.java.service.OperationCommonspublic void addFault(org.ws4d.java.service.Fault fault)
addFault in class org.ws4d.java.service.OperationCommonspublic void removeFault(java.lang.String faultName)
removeFault in class org.ws4d.java.service.OperationCommonspublic org.ws4d.java.service.parameter.ParameterValue createOutputValue()
createOutputValue in interface org.ws4d.java.service.OperationDescriptioncreateOutputValue in class org.ws4d.java.service.OperationCommonspublic org.ws4d.java.service.parameter.ParameterValue createInputValue()
createInputValue in interface org.ws4d.java.service.OperationDescriptioncreateInputValue in class org.ws4d.java.service.OperationCommonspublic org.ws4d.java.service.parameter.ParameterValue createFaultValue(java.lang.String faultName)
createFaultValue in interface org.ws4d.java.service.OperationDescriptioncreateFaultValue in class org.ws4d.java.service.OperationCommonspublic org.ws4d.java.service.Service getService()
getService in interface org.ws4d.java.service.OperationDescriptiongetService in class org.ws4d.java.service.OperationCommons