com.ebmwebsourcing.easybpel.model.bpel.impl.runtime.protocol
Class SOAPAdapter
java.lang.Object
com.ebmwebsourcing.easybpel.model.bpel.impl.runtime.protocol.SOAPAdapter
- All Implemented Interfaces:
- com.ebmwebsourcing.easyviper.core.api.soa.message.MessageAdapter
public class SOAPAdapter
- extends java.lang.Object
- implements com.ebmwebsourcing.easyviper.core.api.soa.message.MessageAdapter
|
Constructor Summary |
SOAPAdapter(com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess bpeldefinition)
|
SOAPAdapter(com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess bpeldefinition,
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint providerEndpoint,
com.ebmwebsourcing.easyviper.core.api.engine.Scope scope)
|
|
Method Summary |
com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> |
adapt(com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable variable)
|
static org.jdom.Element |
createSOAPFault(org.jdom.Element content)
|
com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> |
formatFault(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> internalMessage)
|
org.jdom.Element |
getDetails(org.jdom.Element fault)
|
void |
setLog(java.util.logging.Logger logger)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SOAPAdapter
public SOAPAdapter(com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess bpeldefinition,
com.ebmwebsourcing.easyviper.core.api.soa.Endpoint providerEndpoint,
com.ebmwebsourcing.easyviper.core.api.engine.Scope scope)
SOAPAdapter
public SOAPAdapter(com.ebmwebsourcing.easybpel.model.bpel.api.BPELProcess bpeldefinition)
setLog
public void setLog(java.util.logging.Logger logger)
- Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.soa.message.MessageAdapter
adapt
public com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> adapt(com.ebmwebsourcing.easyviper.core.api.engine.variable.Variable variable)
throws com.ebmwebsourcing.easyviper.core.api.CoreException
- Specified by:
adapt in interface com.ebmwebsourcing.easyviper.core.api.soa.message.MessageAdapter
- Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException
formatFault
public com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> formatFault(com.ebmwebsourcing.easyviper.core.api.soa.message.InternalMessage<?> internalMessage)
getDetails
public org.jdom.Element getDetails(org.jdom.Element fault)
createSOAPFault
public static org.jdom.Element createSOAPFault(org.jdom.Element content)
Copyright © 2012 Petals Link. All Rights Reserved.