|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.easybpel.model.bpel.impl.inout.BPELWriterImpl
public class BPELWriterImpl
| Constructor Summary | |
|---|---|
BPELWriterImpl()
|
|
BPELWriterImpl(java.util.List<java.lang.Class<?>> addedObjectFactories)
|
|
| Method Summary | |
|---|---|
org.w3c.dom.Document |
convertProcess2DOMElement(TProcess bpelDescriptor)
Build the XML nodes from the WSDL descriptor in Java classes form. |
java.lang.String |
getDefinition(BPELElement element)
|
org.w3c.dom.Document |
getDocument(BPELProcess processDef)
Return a document generated from the specified BPEL model. |
boolean |
getFeature(java.lang.String name)
Gets the value of the specified feature. |
static BPELJAXBContext |
getJaxbcontext()
|
javax.xml.bind.JAXBContext |
getJaxbContext()
|
void |
setFeature(java.lang.String name,
boolean value)
Sets the specified feature to the specified value. |
java.lang.String |
writeBPEL(BPELProcess processDef)
Write the specified BPEL definition . |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BPELWriterImpl()
throws BPELException
BPELException
public BPELWriterImpl(java.util.List<java.lang.Class<?>> addedObjectFactories)
throws BPELException
BPELException| Method Detail |
|---|
public static BPELJAXBContext getJaxbcontext()
throws BPELException
BPELException
public javax.xml.bind.JAXBContext getJaxbContext()
throws BPELException
BPELException
public org.w3c.dom.Document convertProcess2DOMElement(TProcess bpelDescriptor)
throws BPELException
EndpointReferenceDescriptorClass - The EndpointReference Descriptor root classEndpointReferenceDescriptorNode - The XML Node to fill with the EndpointReference descriptor XML
nodes
BPELException
public java.lang.String getDefinition(BPELElement element)
throws BPELException
getDefinition in interface BPELWriterBPELException
public org.w3c.dom.Document getDocument(BPELProcess processDef)
throws BPELException
BPELWriter
getDocument in interface BPELWriterBPELException
public boolean getFeature(java.lang.String name)
throws java.lang.IllegalArgumentException
BPELWriter
getFeature in interface BPELWritername - the name of the feature to get the value of.
java.lang.IllegalArgumentException - if the feature name is not recognized.BPELWriter.setFeature(String, boolean)
public void setFeature(java.lang.String name,
boolean value)
throws java.lang.IllegalArgumentException
BPELWriterThere are no minimum features that must be supported.
All feature names must be fully-qualified, Java package style. All names starting with javax.wsdl. are reserved for features defined by the JWSDL specification. It is recommended that implementation- specific features be fully-qualified to match the package name of that implementation. For example: com.abc.featureName
setFeature in interface BPELWritername - the name of the feature to be set.value - the value to set the feature to.
java.lang.IllegalArgumentException - if the feature name is not recognized.BPELWriter.getFeature(String)
public java.lang.String writeBPEL(BPELProcess processDef)
throws BPELException
BPELWriter
writeBPEL in interface BPELWriterBPELException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||