org.universAAL.ri.wsdlToolkit.ioApi
Class WSOperationOutput

Package class diagram package WSOperationOutput
java.lang.Object
  extended by org.universAAL.ri.wsdlToolkit.ioApi.WSOperationOutput

public class WSOperationOutput
extends Object

Class used for storing the output of a web service operation

Author:
kgiannou

Constructor Summary
WSOperationOutput()
           
 
Method Summary
 WSOperationOutput cloneTheWSOperationOutput()
           
 Vector getHasFaultMessageObjects()
           
 Vector getHasNativeOrComplexObjects()
           
 Vector getHasSoapHeaders()
           
 void setHasFaultMessageObjects(Vector hasFaultMessageObjects)
           
 void setHasNativeOrComplexObjects(Vector hasNativeOrComplexObjects)
           
 void setHasSoapHeaders(Vector hasSoapHeaders)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSOperationOutput

public WSOperationOutput()
Method Detail

getHasNativeOrComplexObjects

public Vector getHasNativeOrComplexObjects()

setHasNativeOrComplexObjects

public void setHasNativeOrComplexObjects(Vector hasNativeOrComplexObjects)

getHasSoapHeaders

public Vector getHasSoapHeaders()

setHasSoapHeaders

public void setHasSoapHeaders(Vector hasSoapHeaders)

cloneTheWSOperationOutput

public WSOperationOutput cloneTheWSOperationOutput()

getHasFaultMessageObjects

public Vector getHasFaultMessageObjects()

setHasFaultMessageObjects

public void setHasFaultMessageObjects(Vector hasFaultMessageObjects)


Copyright © 2014 universAAL Consortium. All Rights Reserved.