|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.sca.interfacedef.wsdl.xml.BPELExtensionHandler
public class BPELExtensionHandler
A WSDL extension processor for extension elements introduced by BPEL - in particular
the
Constructor Summary | |
---|---|
BPELExtensionHandler()
|
Method Summary | |
---|---|
protected javax.xml.namespace.QName |
getQNameValue(Definition definition,
java.lang.String value)
Returns a QName from a string. |
void |
marshall(java.lang.Class parentType,
javax.xml.namespace.QName elementType,
ExtensibilityElement theElement,
java.io.PrintWriter writer,
Definition def,
ExtensionRegistry extReg)
Marshals the BPEL partner link type extension element to XML See (@link javax.wsdl.extensions.ExtensionSerializer) |
ExtensibilityElement |
unmarshall(java.lang.Class theClass,
javax.xml.namespace.QName elementType,
org.w3c.dom.Element theElement,
Definition def,
ExtensionRegistry extReg)
Unmarshals the BPEL partner link type element from XML See (@link javax.wsdl.extensions.ExtensionDeserializer) The format of the Partner Link Type in XML is as follows: |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BPELExtensionHandler()
Method Detail |
---|
public void marshall(java.lang.Class parentType, javax.xml.namespace.QName elementType, ExtensibilityElement theElement, java.io.PrintWriter writer, Definition def, ExtensionRegistry extReg) throws WSDLException
WSDLException
public ExtensibilityElement unmarshall(java.lang.Class theClass, javax.xml.namespace.QName elementType, org.w3c.dom.Element theElement, Definition def, ExtensionRegistry extReg) throws WSDLException
WSDLException
protected javax.xml.namespace.QName getQNameValue(Definition definition, java.lang.String value)
definition
- - a WSDL Definitionvalue
- - the String from which to form the QName in the form "pref:localName"
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |