com.ibm.websphere.soa.sca.wireformat
Interface WireFormatHandler
- public interface WireFormatHandler
Method Summary
Modifier and Type | Method and Description |
---|---|
getWireFormatContext()
Gets the wire format context.
|
|
|
setWireFormatContext(WireFormatContext ctx)
Sets the wire format context.
|
|
transform(java.lang.Object source)
Transform.
|
Method Detail
transform
- java.lang.Object transform(java.lang.Object source)
- throws WireFormatHandlerException
Transform.
Parameters:
source
- the source Returns:
the object
Throws:
WireFormatHandlerException
- the wire format handler exception setWireFormatContext
- void setWireFormatContext(WireFormatContext ctx)
Sets the wire format context.
Parameters:
ctx
- the new wire format context getWireFormatContext
- WireFormatContext getWireFormatContext( )
Gets the wire format context.
Returns:
the wire format context