Class SOAPType
- java.lang.Object
-
- com.sun.xml.rpc.processor.model.AbstractType
-
- com.sun.xml.rpc.processor.model.soap.SOAPType
-
- Direct Known Subclasses:
SOAPAnyType,SOAPArrayType,SOAPAttributeOwningType,SOAPCustomType,SOAPEnumerationType,SOAPListType,SOAPSimpleType
public abstract class SOAPType extends AbstractType
- Author:
- JAX-RPC Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidaccept(SOAPTypeVisitor visitor)booleanisNillable()booleanisReferenceable()booleanisSOAPType()-
Methods inherited from class com.sun.xml.rpc.processor.model.AbstractType
getJavaType, getName, getProperties, getPropertiesMap, getProperty, getVersion, isLiteralType, removeProperty, setJavaType, setName, setPropertiesMap, setProperty, setVersion
-
-
-
-
Constructor Detail
-
SOAPType
protected SOAPType()
-
SOAPType
protected SOAPType(QName name)
-
SOAPType
protected SOAPType(QName name, SOAPVersion version)
-
SOAPType
protected SOAPType(QName name, JavaType javaType, SOAPVersion version)
-
-
Method Detail
-
isNillable
public boolean isNillable()
- Overrides:
isNillablein classAbstractType
-
isReferenceable
public boolean isReferenceable()
-
isSOAPType
public boolean isSOAPType()
- Overrides:
isSOAPTypein classAbstractType
-
accept
public abstract void accept(SOAPTypeVisitor visitor) throws Exception
- Throws:
Exception
-
-