|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WireFormatContext
The Interface WireFormatContext.
Nested Class Summary | |
---|---|
static class |
WireFormatContext.EXCEPTION_TYPE
The Enum EXCEPTION_TYPE. |
static class |
WireFormatContext.INVOCATION_TYPE
The Enum INVOCATION_TYPE. |
Method Summary | |
---|---|
java.lang.String |
getComponent()
Gets the component. |
java.lang.Object |
getCustomProperty(java.lang.Object key)
Gets the custom property. |
WireFormatContext.EXCEPTION_TYPE |
getExceptionType()
Gets the exception type. |
WireFormatContext.INVOCATION_TYPE |
getInvocationType()
Gets the invocation type of the current invocation. |
java.util.List<java.lang.String> |
getOperationNames()
Gets the operation names. |
java.lang.String |
getReference()
Gets the reference. |
java.lang.String |
getSelectedOperationName()
Gets the selected operation name. |
java.lang.String |
getService()
Gets the service. |
java.lang.String |
getTargetOperationName()
Gets the target operation name. |
java.lang.Object |
getTransformedData()
Gets the transformed data. |
WireFormatBindingContext |
getWireFormatBindingContext()
Gets the wire format binding context. |
void |
markBusinessException()
Mark business exception. |
void |
markRuntimeException()
Mark runtime exception. |
void |
setCustomProperty(java.lang.Object key,
java.lang.Object value)
Sets the custom property. |
void |
setTransformedData(java.lang.Object transformedData)
Sets the transformed data. |
Method Detail |
---|
WireFormatContext.INVOCATION_TYPE getInvocationType()
WireFormatContext.EXCEPTION_TYPE getExceptionType()
null
if the invocation type is not INVOCATION_TYPE.EXCEPTION
java.lang.String getComponent()
java.lang.String getReference()
java.lang.String getService()
java.util.List<java.lang.String> getOperationNames()
java.lang.String getSelectedOperationName()
java.lang.String getTargetOperationName()
java.lang.Object getTransformedData()
void setTransformedData(java.lang.Object transformedData)
transformedData
- the new transformed datajava.lang.Object getCustomProperty(java.lang.Object key)
key
- the key
void setCustomProperty(java.lang.Object key, java.lang.Object value)
key
- the keyvalue
- the valueWireFormatBindingContext getWireFormatBindingContext()
void markBusinessException()
void markRuntimeException()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |