IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.soa.sca.wireformat
Interface WireFormatHandler


public interface WireFormatHandler

The Interface WireFormatHandler.


Method Summary
 WireFormatContext getWireFormatContext()
          Gets the wire format context.
 void setWireFormatContext(WireFormatContext ctx)
          Sets the wire format context.
 java.lang.Object 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

IBM WebSphere Application ServerTM
Release 7