| Modifier and Type | Method and Description |
|---|---|
String |
Names.typeClassName(SOAPType type) |
String |
Names.typeObjectArraySerializerClassName(String basePackage,
SOAPType type) |
String |
Names.typeObjectBuilderClassName(String basePackage,
SOAPType type) |
String |
Names.typeObjectSerializerClassName(String basePackage,
SOAPType type) |
static void |
SOAPEncoding.writeStaticSerializer(IndentingWriter p,
String portPackage,
SOAPType type,
Set processedTypes,
SerializerWriterFactory writerFactory,
Names names) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TypeVisitor.describe(SOAPType type) |
| Constructor and Description |
|---|
ArraySerializerWriter(String basePackage,
SOAPType type,
Names names) |
CollectionSerializerWriter(SOAPType type,
Names names) |
CustomSerializerWriter(SOAPType type,
Names names) |
DynamicSerializerWriter(SOAPType type,
Names names) |
EnumerationSerializerWriter(String basePackage,
SOAPType type,
Names names) |
InterfaceSerializerWriter(String basePackage,
SOAPType type,
Names names) |
SimpleTypeSerializerWriter(SOAPType type,
Names names) |
SOAPObjectSerializerWriter(String basePackage,
SOAPType type,
Names names) |
| Modifier and Type | Class and Description |
|---|---|
class |
RPCRequestOrderedStructureType |
class |
RPCRequestUnorderedStructureType |
class |
RPCResponseStructureType |
class |
SOAPAnyType |
class |
SOAPArrayType |
class |
SOAPAttributeOwningType |
class |
SOAPCustomType |
class |
SOAPEnumerationType |
class |
SOAPListType |
class |
SOAPOrderedStructureType |
class |
SOAPSimpleType |
class |
SOAPStructureType |
class |
SOAPUnorderedStructureType |
| Modifier and Type | Method and Description |
|---|---|
SOAPType |
SOAPEnumerationType.getBaseType() |
SOAPType |
SOAPArrayType.getElementType() |
SOAPType |
SOAPListType.getItemType() |
SOAPType |
SOAPStructureMember.getType() |
SOAPType |
SOAPElementMember.getType() |
SOAPType |
SOAPAttributeMember.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
SOAPEnumerationType.setBaseType(SOAPType t) |
void |
SOAPArrayType.setElementType(SOAPType type) |
void |
SOAPListType.setItemType(SOAPType t) |
void |
SOAPStructureMember.setType(SOAPType t) |
void |
SOAPElementMember.setType(SOAPType t) |
void |
SOAPAttributeMember.setType(SOAPType t) |
| Constructor and Description |
|---|
SOAPArrayType(QName name,
QName elementName,
SOAPType elementType,
JavaType javaType) |
SOAPArrayType(QName name,
QName elementName,
SOAPType elementType,
JavaType javaType,
SOAPVersion version) |
SOAPAttributeMember(QName name,
SOAPType type) |
SOAPAttributeMember(QName name,
SOAPType type,
JavaStructureMember javaStructureMember) |
SOAPElementMember(QName name,
SOAPType type) |
SOAPElementMember(QName name,
SOAPType type,
JavaStructureMember javaStructureMember) |
SOAPEnumerationType(QName name,
SOAPType baseType,
JavaType javaType) |
SOAPEnumerationType(QName name,
SOAPType baseType,
JavaType javaType,
SOAPVersion version) |
SOAPListType(QName name,
SOAPType itemType,
JavaType javaType) |
SOAPStructureMember(QName name,
SOAPType type) |
SOAPStructureMember(QName name,
SOAPType type,
JavaStructureMember javaStructureMember) |
| Modifier and Type | Method and Description |
|---|---|
protected SOAPType |
J2EESchemaAnalyzerHelper.getSOAPMemberType(ComplexTypeDefinitionComponent component,
SOAPStructureType structureType,
ElementDeclarationComponent element,
QName nameHint,
boolean occursZeroOrOne) |
protected SOAPType |
J2EESchemaAnalyzer112.getSOAPMemberType(ComplexTypeDefinitionComponent component,
SOAPStructureType structureType,
ElementDeclarationComponent element,
QName nameHint,
boolean occursZeroOrOne) |
protected SOAPType |
J2EESchemaAnalyzer111.getSOAPMemberType(ComplexTypeDefinitionComponent component,
SOAPStructureType structureType,
ElementDeclarationComponent element,
QName nameHint,
boolean occursZeroOrOne) |
SOAPType |
J2EESchemaAnalyzerIf.getSuperSOAPMemberType(ComplexTypeDefinitionComponent component,
SOAPStructureType structureType,
ElementDeclarationComponent element,
QName nameHint,
boolean occursZeroOrOne) |
SOAPType |
J2EESchemaAnalyzer112.getSuperSOAPMemberType(ComplexTypeDefinitionComponent component,
SOAPStructureType structureType,
ElementDeclarationComponent element,
QName nameHint,
boolean occursZeroOrOne) |
SOAPType |
J2EESchemaAnalyzer111.getSuperSOAPMemberType(ComplexTypeDefinitionComponent component,
SOAPStructureType structureType,
ElementDeclarationComponent element,
QName nameHint,
boolean occursZeroOrOne) |
| Modifier and Type | Method and Description |
|---|---|
SOAPType |
RmiTypeModeler.modelTypeSOAP(String typeUri,
RmiType type) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SchemaAnalyzerBase.isAttributeEnumeration(SOAPType attributeType) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ModelWriter.describe(SOAPType type) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.