Searched refs:AbstractType (Results 1 - 13 of 13) sorted by relevance

/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/model/
H A DBlock.java45 public Block(QName name, AbstractType type, Entity entity) {
55 public AbstractType getType() {
59 public void setType(AbstractType type) {
76 private AbstractType type;
H A DAbstractType.java40 public abstract class AbstractType { class
42 protected AbstractType() {} method in class:AbstractType
44 protected AbstractType(QName name) { method in class:AbstractType
48 protected AbstractType(QName name, String version) { method in class:AbstractType
52 protected AbstractType(QName name, JavaType javaType) { method in class:AbstractType
56 protected AbstractType(QName name, JavaType javaType, String version) { method in class:AbstractType
H A DModel.java106 public void addExtraType(AbstractType type) {
115 public Set<AbstractType> getExtraTypesSet() {
120 public void setExtraTypesSet(Set<AbstractType> s) {
155 private Set<AbstractType> extraTypes = new HashSet<AbstractType>();
H A DAsyncOperation.java85 public void setResponseBean(AbstractType type){
89 public AbstractType getResponseBeanType(){
131 private AbstractType _responseBean;
H A DParameter.java77 public AbstractType getType() {
81 public void setType(AbstractType t) {
123 private AbstractType type;
/openjdk10/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DAbstractType.java41 * AbstractType represents any non-special interface which does not
48 public class AbstractType extends RemoteType { class in inherits:RemoteType
55 * Create an AbstractType for the given class.
61 public static AbstractType forAbstract(ClassDefinition classDef,
66 AbstractType result = null;
77 if (!(existing instanceof AbstractType)) return null; // False hit.
81 return (AbstractType) existing;
91 AbstractType it = new AbstractType(stack, classDef);
123 * Create a AbstractType instanc
126 private AbstractType(ContextStack stack, ClassDefinition classDef) { method in class:AbstractType
[all...]
H A DCompoundType.java890 // Nope, is it an AbstractType?
892 result = AbstractType.forAbstract(theClass,stack,true);
1458 it = AbstractType.forAbstract(def,stack,true);
1503 // Then try AbstractType...
1505 it = AbstractType.forAbstract(def,stack,true);
H A DStubGenerator.java143 result = AbstractType.forAbstract(cdef,stack,true);
311 if (type instanceof AbstractType) {
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DRpcLitMember.java28 import com.sun.tools.internal.ws.processor.model.AbstractType;
37 public class RpcLitMember extends AbstractType {
H A DRpcLitStructure.java28 import com.sun.tools.internal.ws.processor.model.AbstractType;
39 public class RpcLitStructure extends AbstractType {
H A DJAXBType.java28 import com.sun.tools.internal.ws.processor.model.AbstractType;
42 public class JAXBType extends AbstractType{
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/util/
H A DClassNameCollector.java76 visitType((AbstractType)iter.next());
182 private void visitType(AbstractType type) throws Exception {
/openjdk10/jaxws/src/jdk.xml.ws/share/classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DModelerUtils.java28 import com.sun.tools.internal.ws.processor.model.AbstractType;
169 public static Parameter createParameter(String partName, AbstractType jaxbType,

Completed in 476 milliseconds