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

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

public class JaxRpcOperationInfo
extends java.lang.Object


Nested Class Summary
static class JaxRpcOperationInfo.OperationStyle
           
 
Field Summary
 BindingStyle bindingStyle
           
 java.util.Collection<JaxRpcFaultInfo> faults
           
 java.lang.String javaMethodName
           
 java.lang.String name
           
 JaxRpcOperationInfo.OperationStyle operationStyle
           
 java.util.List<JaxRpcParameterInfo> parameters
           
 java.lang.String returnJavaType
           
 javax.xml.namespace.QName returnQName
           
 javax.xml.namespace.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 java.lang.String name

bindingStyle

public BindingStyle bindingStyle

wrapped

public boolean wrapped

operationStyle

public JaxRpcOperationInfo.OperationStyle operationStyle

javaMethodName

public java.lang.String javaMethodName

parameters

public java.util.List<JaxRpcParameterInfo> parameters

returnQName

public javax.xml.namespace.QName returnQName

returnXmlType

public javax.xml.namespace.QName returnXmlType

returnJavaType

public java.lang.String returnJavaType

faults

public java.util.Collection<JaxRpcFaultInfo> faults
Constructor Detail

JaxRpcOperationInfo

public JaxRpcOperationInfo()


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