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