Apache CXF API

org.apache.cxf.binding.soap.model
Class SoapOperationInfo

java.lang.Object
  extended by org.apache.cxf.binding.soap.model.SoapOperationInfo

public class SoapOperationInfo
extends Object


Constructor Summary
SoapOperationInfo()
           
 
Method Summary
 String getAction()
           
 String getStyle()
           
 void setAction(String action)
           
 void setStyle(String style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapOperationInfo

public SoapOperationInfo()
Method Detail

getAction

public String getAction()

setAction

public void setAction(String action)

getStyle

public String getStyle()

setStyle

public void setStyle(String style)

Apache CXF API

Apache CXF