|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.idoox.wasp.wsdl.SOAPMethodInfo.PartInfo
This class contains information about one WSDL part.
Field Summary | |
Member |
inSchemaElement
schema 'element' for the part |
Type |
inSchemaType
schema 'type' for the part |
boolean |
isAttachment
true if the part is message attachment (in MIME: one part = one attachment, so it is simple) (in DIME: if true, it says this part (parameter in method) is attachment (but it is false e.g. |
boolean |
isSoapHeader
if the part is declared as a soap:header, then it will not be generated as an argumetnso of the method in the WSDL2Java |
java.lang.String |
mimeType
MIME type is set only when processing WSDL with MIME attachments, it has no meaning when processing WSDL with DIME attachments! In MIME it is easy, one part is one attachment. |
Member |
outSchemaElement
schema 'element' for the part |
Type |
outSchemaType
schema 'type' for the part |
java.lang.String |
partName
the name WSDL part |
int |
partType
input/inout/output type of the part |
Constructor Summary | |
SOAPMethodInfo.PartInfo()
|
Method Summary | |
void |
dump(com.idoox.debug.IndentCategory cat)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.String partName
public int partType
public Type inSchemaType
public Member inSchemaElement
public Type outSchemaType
public boolean isAttachment
public java.lang.String mimeType
public Member outSchemaElement
public boolean isSoapHeader
Constructor Detail |
public SOAPMethodInfo.PartInfo()
Method Detail |
public java.lang.String toString()
public void dump(com.idoox.debug.IndentCategory cat)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |