Method |
Description |
|
AddArraySchemaType ( ArraySchemaType asType ) : void |
|
|
AddPhonySchemaType ( PhonySchemaType phType ) : void |
|
|
AddRealSUDSType ( RealSchemaType rsType ) : void |
|
|
AddRealSchemaType ( RealSchemaType rsType ) : void |
|
|
AddSimpleSchemaType ( SimpleSchemaType ssType ) : void |
|
|
CheckForSchemaContent ( ) : bool |
|
|
DependsOnSUDSNS ( XMLNamespace xns ) : void |
|
|
DependsOnSchemaNS ( XMLNamespace xns, bool bImport ) : void |
|
|
LookupArraySchemaType ( String name ) : ArraySchemaType |
|
|
LookupPhonySchemaType ( String name ) : PhonySchemaType |
|
|
LookupRealSchemaType ( String name ) : RealSchemaType |
|
|
LookupSUDSNamespace ( String ns, Assembly assem ) : XMLNamespace |
|
|
LookupSchemaNamespace ( String ns, Assembly assem ) : XMLNamespace |
|
|
LookupSchemaType ( String name ) : Type |
|
|
LookupSimpleSchemaType ( String name ) : SimpleSchemaType |
|
|
PrintDependsOnWsdl ( TextWriter textWriter, StringBuilder sb, String indent, Hashtable usedNames ) : void |
|
|
PrintMessageWsdl ( TextWriter textWriter, StringBuilder sb, String indent, ArrayList refNames ) : void |
|
|
PrintSchemaWsdl ( TextWriter textWriter, StringBuilder sb, String indent ) : void |
|
|
Resolve ( ) : void |
|
|
XMLNamespace ( String name, Assembly assem, String serviceEndpoint, Hashtable typeToServiceEndpoint, String prefix, bool bInteropType, WsdlGenerator generator ) : System |
|
|