|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.jibx.ws.wsdl.tools.WsdlWriter.SchemaMarshaller
public static class WsdlWriter.SchemaMarshaller
| Field Summary | |
|---|---|
private MarshallingContext |
m_schemaContext
Marshalling context for schema. |
| Constructor Summary | |
|---|---|
WsdlWriter.SchemaMarshaller()
|
|
| Method Summary | |
|---|---|
boolean |
isExtension(java.lang.String mapname)
Check if marshaller represents an extension mapping. |
void |
marshal(java.lang.Object obj,
IMarshallingContext ctx)
Marshal instance of handled class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final MarshallingContext m_schemaContext
| Constructor Detail |
|---|
public WsdlWriter.SchemaMarshaller()
throws JiBXException
JiBXException| Method Detail |
|---|
public boolean isExtension(java.lang.String mapname)
IMarshaller
isExtension in interface IMarshallermapname - marshaller mapping name (generally the class name to be
handled, or abstract mapping type name)
true if this mapping is an extension of the abstract
mapping, false if not
public void marshal(java.lang.Object obj,
IMarshallingContext ctx)
throws JiBXException
IMarshaller
marshal in interface IMarshallerobj - object to be marshalled (may be null if property
is not optional)ctx - XML text output context
JiBXException - on error in marshalling process
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||