com.ebmwebsourcing.easybpel.model.bpel.impl.inout
Class BPELReaderImpl
java.lang.Object
com.ebmwebsourcing.easybpel.model.bpel.impl.inout.BPELReaderImpl
- All Implemented Interfaces:
- com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader
public class BPELReaderImpl
- extends java.lang.Object
- implements com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader
- Author:
- Nicolas Salatge - eBM WebSourcing
| Nested classes/interfaces inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader |
com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader.FeatureConstants |
|
Method Summary |
java.lang.Object |
getFeature(com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader.FeatureConstants name)
|
java.util.Map<com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader.FeatureConstants,java.lang.Object> |
getFeatures()
|
javax.xml.bind.JAXBContext |
getJaxbContext()
|
com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess |
readBPEL(org.w3c.dom.Document bpelDocument)
|
com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess |
readBPEL(java.net.URI wsdlURI)
|
com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess |
readBPEL(java.net.URI wsdlURI,
org.xml.sax.InputSource inputSource)
|
void |
setFeature(com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader.FeatureConstants name,
java.lang.Object value)
|
void |
setFeatures(java.util.Map<com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader.FeatureConstants,java.lang.Object> features)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BPELReaderImpl
public BPELReaderImpl()
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
getJaxbContext
public javax.xml.bind.JAXBContext getJaxbContext()
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
readBPEL
public com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess readBPEL(java.net.URI wsdlURI)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Specified by:
readBPEL in interface com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
readBPEL
public com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess readBPEL(org.w3c.dom.Document bpelDocument)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Specified by:
readBPEL in interface com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
readBPEL
public com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess readBPEL(java.net.URI wsdlURI,
org.xml.sax.InputSource inputSource)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Specified by:
readBPEL in interface com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
setFeature
public final void setFeature(com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader.FeatureConstants name,
java.lang.Object value)
throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
- Specified by:
setFeature in interface com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader
- Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
getFeature
public final java.lang.Object getFeature(com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader.FeatureConstants name)
- Specified by:
getFeature in interface com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader
getFeatures
public final java.util.Map<com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader.FeatureConstants,java.lang.Object> getFeatures()
- Specified by:
getFeatures in interface com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader
setFeatures
public final void setFeatures(java.util.Map<com.ebmwebsourcing.easybpel.model.bpel.api.inout.BPELReader.FeatureConstants,java.lang.Object> features)
Copyright © 2012 Petals Link. All Rights Reserved.