|
||||||||||
| 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.BPELReaderImpl
public class BPELReaderImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader |
|---|
BPELReader.FeatureConstants |
| Constructor Summary | |
|---|---|
BPELReaderImpl()
|
|
BPELReaderImpl(java.util.List<java.lang.Class<?>> addedObjectFactories)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getFeature(BPELReader.FeatureConstants name)
Gets the value of the specified feature. |
java.util.Map<BPELReader.FeatureConstants,java.lang.Object> |
getFeatures()
Gets all features. |
static BPELJAXBContext |
getJaxbcontext()
|
javax.xml.bind.JAXBContext |
getJaxbContext()
|
BPELProcess |
readBPEL(org.w3c.dom.Document bpelDocument)
Read the specified WSDL document into a WSDL definition. |
BPELProcess |
readBPEL(java.net.URI wsdlURI)
Read the WSDL document accessible via the specified URI into a BPEL definition. |
BPELProcess |
readBPEL(java.net.URI wsdlURI,
org.xml.sax.InputSource inputSource)
Read a BPEL document into a BPEL definition. |
void |
setFeature(BPELReader.FeatureConstants name,
java.lang.Object value)
Sets the specified feature to the specified value. |
void |
setFeatures(java.util.Map<BPELReader.FeatureConstants,java.lang.Object> features)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BPELReaderImpl()
throws BPELException
BPELException
public BPELReaderImpl(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 BPELProcess readBPEL(java.net.URI wsdlURI)
throws BPELException
BPELReader
readBPEL in interface BPELReaderBPELException
public BPELProcess readBPEL(org.w3c.dom.Document bpelDocument)
throws BPELException
BPELReader
readBPEL in interface BPELReaderBPELException
public BPELProcess readBPEL(java.net.URI wsdlURI,
org.xml.sax.InputSource inputSource)
throws BPELException
BPELReader
readBPEL in interface BPELReaderwsdlURI - uri of the bpelinputSource - an InputSource pointing to the WSDL document, an XML document
obeying the WSDL schema.
BPELException
public final void setFeature(BPELReader.FeatureConstants name,
java.lang.Object value)
throws BPELException
BPELReaderThe minimum features that must be supported are:
| Name | DescriptionImpl | Default Value |
|---|---|---|
| If set to true, status messages will be displayed. | ||
| If set to true, imported WSDL documents will be retrieved and processed. | ||
|
|
If the location is set, imported WSDL documents will be retrieved at this location (Set the importDocuments Features at true). |
All feature names must be fully-qualified, Java package style. All names starting with om.ebmwebsourcing. are reserved for features defined by the 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 BPELReadername - the name of the feature to be set.value - the value to set the feature to.
BPELException - TODO#getFeature(String)public final java.lang.Object getFeature(BPELReader.FeatureConstants name)
BPELReader
getFeature in interface BPELReadername - the name of the feature to get the value of.
#setFeature(String, boolean)public final java.util.Map<BPELReader.FeatureConstants,java.lang.Object> getFeatures()
BPELReader
getFeatures in interface BPELReader#setFeature(String, boolean)public final void setFeatures(java.util.Map<BPELReader.FeatureConstants,java.lang.Object> features)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||