com.ibm.websphere.soa.sca.wireformat

Interface WireFormatHandler


  1. public interface WireFormatHandler
The Interface WireFormatHandler.

Method Summary

Modifier and Type Method and Description
  1. WireFormatContext
getWireFormatContext()
Gets the wire format context.
  1. void
setWireFormatContext(WireFormatContext ctx)
Sets the wire format context.
  1. java.lang.Object
transform(java.lang.Object source)
Transform.

Method Detail

transform

  1. java.lang.Object transform(java.lang.Object source)
  2. throws WireFormatHandlerException
Transform.
Parameters:
source - the source
Returns:
the object
Throws:
WireFormatHandlerException - the wire format handler exception

setWireFormatContext

  1. void setWireFormatContext(WireFormatContext ctx)
Sets the wire format context.
Parameters:
ctx - the new wire format context

getWireFormatContext

  1. WireFormatContext getWireFormatContext( )
Gets the wire format context.
Returns:
the wire format context