org.apache.openejb.server.axis.assembler
Class JaxRpcOperationInfo
java.lang.Object
org.apache.openejb.server.axis.assembler.JaxRpcOperationInfo
public class JaxRpcOperationInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
JaxRpcOperationInfo
public JaxRpcOperationInfo()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.