org.apache.openejb.server.axis.assembler
Class JaxRpcOperationInfo

java.lang.Object
  extended by org.apache.openejb.server.axis.assembler.JaxRpcOperationInfo

public class JaxRpcOperationInfo
extends Object


Nested Class Summary
static class JaxRpcOperationInfo.OperationStyle
           
 
Field Summary
 BindingStyle bindingStyle
           
 Collection<JaxRpcFaultInfo> faults
           
 String javaMethodName
           
 String name
           
 JaxRpcOperationInfo.OperationStyle operationStyle
           
 List<JaxRpcParameterInfo> parameters
           
 String returnJavaType
           
 QName returnQName
           
 QName returnXmlType
           
 boolean wrapped
           
 
Constructor Summary
JaxRpcOperationInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

bindingStyle

public BindingStyle bindingStyle

wrapped

public boolean wrapped

operationStyle

public JaxRpcOperationInfo.OperationStyle operationStyle

javaMethodName

public String javaMethodName

parameters

public List<JaxRpcParameterInfo> parameters

returnQName

public QName returnQName

returnXmlType

public QName returnXmlType

returnJavaType

public String returnJavaType

faults

public Collection<JaxRpcFaultInfo> faults
Constructor Detail

JaxRpcOperationInfo

public JaxRpcOperationInfo()


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.