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
- Author:
- JAX-RPC Development Team
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidaccept(SOAPTypeVisitor visitor) booleanbooleanbooleanMethods inherited from class com.sun.xml.rpc.processor.model.AbstractType
getJavaType, getName, getProperties, getPropertiesMap, getProperty, getVersion, isLiteralType, removeProperty, setJavaType, setName, setPropertiesMap, setProperty, setVersion
-
Constructor Details
-
SOAPType
protected SOAPType() -
SOAPType
-
SOAPType
-
SOAPType
-
SOAPType
-
-
Method Details
-
isNillable
public boolean isNillable()- Overrides:
isNillablein classAbstractType
-
isReferenceable
public boolean isReferenceable() -
isSOAPType
public boolean isSOAPType()- Overrides:
isSOAPTypein classAbstractType
-
accept
- Throws:
Exception
-