com.ebmwebsourcing.easyviper.environment.test.env.impl
Class OperationImpl.MessageExchangeInstancesImpl

java.lang.Object
  extended by com.ebmwebsourcing.easyviper.environment.test.env.impl.OperationImpl.MessageExchangeInstancesImpl
All Implemented Interfaces:
Operation.MessageExchangeInstances
Enclosing class:
OperationImpl

public class OperationImpl.MessageExchangeInstancesImpl
extends java.lang.Object
implements Operation.MessageExchangeInstances


Field Summary
 com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage fault
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage in
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage out
           
 
Constructor Summary
OperationImpl.MessageExchangeInstancesImpl(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage in, com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage out, com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage fault)
           
 
Method Summary
 com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage getFault()
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage getIn()
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage getOut()
           
 void setFault(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage msg)
           
 void setIn(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage msg)
           
 void setOut(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage msg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

in

public com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage in

out

public com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage out

fault

public com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage fault
Constructor Detail

OperationImpl.MessageExchangeInstancesImpl

public OperationImpl.MessageExchangeInstancesImpl(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage in,
                                                  com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage out,
                                                  com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage fault)
Method Detail

getFault

public com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage getFault()
Specified by:
getFault in interface Operation.MessageExchangeInstances

getIn

public com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage getIn()
Specified by:
getIn in interface Operation.MessageExchangeInstances

getOut

public com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage getOut()
Specified by:
getOut in interface Operation.MessageExchangeInstances

setFault

public void setFault(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage msg)
Specified by:
setFault in interface Operation.MessageExchangeInstances

setIn

public void setIn(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage msg)
Specified by:
setIn in interface Operation.MessageExchangeInstances

setOut

public void setOut(com.ebmwebsourcing.easyviper.core.api.soa.message.ExternalMessage msg)
Specified by:
setOut in interface Operation.MessageExchangeInstances


Copyright © 2009-2011 eBM WebSourcing. All Rights Reserved.