Class SOAPAnyType
- java.lang.Object
-
- com.sun.xml.rpc.processor.model.AbstractType
-
- com.sun.xml.rpc.processor.model.soap.SOAPType
-
- com.sun.xml.rpc.processor.model.soap.SOAPAnyType
-
public class SOAPAnyType extends SOAPType
- Author:
- JAX-RPC Development Team
-
-
Constructor Summary
Constructors Constructor Description SOAPAnyType()SOAPAnyType(QName name)SOAPAnyType(QName name, JavaType javaType)SOAPAnyType(QName name, JavaType javaType, SOAPVersion version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(SOAPTypeVisitor visitor)-
Methods inherited from class com.sun.xml.rpc.processor.model.soap.SOAPType
isNillable, isReferenceable, isSOAPType
-
Methods inherited from class com.sun.xml.rpc.processor.model.AbstractType
getJavaType, getName, getProperties, getPropertiesMap, getProperty, getVersion, isLiteralType, removeProperty, setJavaType, setName, setPropertiesMap, setProperty, setVersion
-
-
-
-
Method Detail
-
accept
public void accept(SOAPTypeVisitor visitor) throws Exception
-
-