Class MethodInfo
- java.lang.Object
-
- org.apache.camel.dataformat.soap.name.MethodInfo
-
public final class MethodInfo extends Object
Value object to hold information about a method in a JAX-WS service interface. Method can have many parameters in the signature, but only one response object.
-
-
Constructor Summary
Constructors Constructor Description MethodInfo(String name, String soapAction, org.apache.camel.dataformat.soap.name.TypeInfo[] in, org.apache.camel.dataformat.soap.name.TypeInfo out)Initialize
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.dataformat.soap.name.TypeInfo[]getIn()org.apache.camel.dataformat.soap.name.TypeInfogetIn(String typeName)StringgetName()org.apache.camel.dataformat.soap.name.TypeInfogetOut()StringgetSoapAction()
-
-
-
Method Detail
-
getName
public String getName()
-
getSoapAction
public String getSoapAction()
-
getIn
public org.apache.camel.dataformat.soap.name.TypeInfo[] getIn()
-
getOut
public org.apache.camel.dataformat.soap.name.TypeInfo getOut()
-
getIn
public org.apache.camel.dataformat.soap.name.TypeInfo getIn(String typeName)
-
-