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

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

public class JaxRpcParameterInfo
extends Object


Nested Class Summary
static class JaxRpcParameterInfo.Mode
           
 
Field Summary
 String javaType
           
 JaxRpcParameterInfo.Mode mode
           
 QName qname
           
 boolean soapHeader
           
 QName xmlType
           
 
Constructor Summary
JaxRpcParameterInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

qname

public QName qname

mode

public JaxRpcParameterInfo.Mode mode

soapHeader

public boolean soapHeader

xmlType

public QName xmlType

javaType

public String javaType
Constructor Detail

JaxRpcParameterInfo

public JaxRpcParameterInfo()


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