|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExtensionSerializer
This interface should be implemented by classes which serialize extension-specific instances of ExtensibilityElement into the PrintWriter.
Copied from WSDL4J.
Method Summary | |
---|---|
void |
marshall(java.lang.Class parentType,
QName elementType,
ExtensionElement extension,
java.io.PrintWriter pw,
DescriptionElement desc,
ExtensionRegistry extReg)
This method serializes extension-specific instances of ExtensibilityElement into the PrintWriter. |
Method Detail |
---|
void marshall(java.lang.Class parentType, QName elementType, ExtensionElement extension, java.io.PrintWriter pw, DescriptionElement desc, ExtensionRegistry extReg) throws WSDLException
parentType
- a class object indicating where in the WSDL
definition this extension was encountered. For
example, org.apache.woden.Binding.class would be used to indicate
this extensibility element was found in the list of
extensibility elements belonging to a org.apache.woden.Binding.elementType
- the qname of the extensibility elementextension
- the extensibility element to serializepw
- the print writer on which to serialize the extensiondesc
- the description element this extensibility element was
encountered inextReg
- the ExtensionRegistry to use (if needed again)
WSDLException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |