|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.easywsdl.extensions.wsdl4bpel.impl.inout.WSDL4BPELReaderImpl
public class WSDL4BPELReaderImpl
| Constructor Summary | |
|---|---|
WSDL4BPELReaderImpl()
|
|
| Method Summary | |
|---|---|
javax.xml.bind.JAXBElement<TPartnerLinkType> |
convertElement2PartnerLinkType(org.w3c.dom.Element pltElmt)
|
java.lang.Object |
getFeature(org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants name)
Gets the value of the specified feature. |
java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> |
getFeatures()
Gets all features. |
Description |
readBPEL4WSDL(org.w3c.dom.Document wsdlDocument)
Read the specified WSDL document into a WSDL definition. |
Description |
readBPEL4WSDL(java.net.URI wsdlURI)
Read the WSDL document accessible via the specified URI into a WSDL definition. |
Description |
readBPEL4WSDL(java.net.URI wsdlURI,
javax.xml.transform.dom.DOMSource inputSource)
Read a WSDL document into a WSDL definition. |
void |
setFeature(org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants name,
java.lang.Object value)
Sets the specified feature to the specified value. |
void |
setFeatures(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.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 WSDL4BPELReaderImpl()
throws WSDL4BPELException
WSDL4BPELException| Method Detail |
|---|
public java.lang.Object getFeature(org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants name)
WSDL4BPELReader
getFeature in interface WSDL4BPELReadername - the name of the feature to get the value of.
#setFeature(String, boolean)public java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> getFeatures()
WSDL4BPELReader
getFeatures in interface WSDL4BPELReader#setFeature(String, boolean)public void setFeatures(java.util.Map<org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants,java.lang.Object> features)
public Description readBPEL4WSDL(java.net.URI wsdlURI)
throws WSDL4BPELException
WSDL4BPELReader
readBPEL4WSDL in interface WSDL4BPELReaderwsdlURI - a URI (can be a filename or URL) pointing to a WSDL XML
definition.
WSDL4BPELException
public Description readBPEL4WSDL(org.w3c.dom.Document wsdlDocument)
throws WSDL4BPELException
WSDL4BPELReader
readBPEL4WSDL in interface WSDL4BPELReaderwsdlDocument - the WSDL document, an XML document obeying the WSDL schema.
WSDL4BPELException
public Description readBPEL4WSDL(java.net.URI wsdlURI,
javax.xml.transform.dom.DOMSource inputSource)
throws WSDL4BPELException
WSDL4BPELReader
readBPEL4WSDL in interface WSDL4BPELReaderinputSource - an InputSource pointing to the WSDL document, an XML document
obeying the WSDL schema.
WSDL4BPELException
public void setFeature(org.ow2.easywsdl.wsdl.api.WSDLReader.FeatureConstants name,
java.lang.Object value)
throws org.ow2.easywsdl.wsdl.api.WSDLException
WSDL4BPELReaderThe 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 WSDL4BPELReadername - the name of the feature to be set.value - the value to set the feature to.
org.ow2.easywsdl.wsdl.api.WSDLException - TODO#getFeature(String)
public javax.xml.bind.JAXBElement<TPartnerLinkType> convertElement2PartnerLinkType(org.w3c.dom.Element pltElmt)
throws org.ow2.easywsdl.wsdl.api.WSDLException
org.ow2.easywsdl.wsdl.api.WSDLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||