|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldNameCodec | |
|---|---|
| com.flat502.rox.client | Client-side API and supporting classes. |
| com.flat502.rox.demo | Examples illustrating using this project. |
| com.flat502.rox.marshal | Provides generic classes for marshalling and unmarshalling RPC messages. |
| com.flat502.rox.marshal.xmlrpc | Provides classes for marshalling and unmarshalling XML-RPC messages. |
| com.flat502.rox.server | Server-side API and supporting classes. |
| Uses of FieldNameCodec in com.flat502.rox.client |
|---|
| Methods in com.flat502.rox.client with parameters of type FieldNameCodec | |
|---|---|
void |
XmlRpcClient.setFieldNameCodec(FieldNameCodec codec)
|
| Uses of FieldNameCodec in com.flat502.rox.demo |
|---|
| Methods in com.flat502.rox.demo that return FieldNameCodec | |
|---|---|
FieldNameCodec |
RMIAsyncServerDemo.getFieldNameCodec(java.lang.String methodName)
|
| Uses of FieldNameCodec in com.flat502.rox.marshal |
|---|
| Classes in com.flat502.rox.marshal that implement FieldNameCodec | |
|---|---|
class |
HyphenatedFieldNameCodec
|
class |
NopFieldNameCodec
|
| Methods in com.flat502.rox.marshal that return FieldNameCodec | |
|---|---|
FieldNameCodec |
MethodUnmarshaller.getDefaultFieldNameCodec()
This method is invoked when no specific FieldNameCodec exists. |
FieldNameCodec |
UnmarshallerAid.getFieldNameCodec(java.lang.String methodName)
Invoked when a method call unmarshaller is required. |
FieldNameCodec |
ArrayParameterTypeMapper.getFieldNameCodec(java.lang.String methodName)
|
| Uses of FieldNameCodec in com.flat502.rox.marshal.xmlrpc |
|---|
| Methods in com.flat502.rox.marshal.xmlrpc that return FieldNameCodec | |
|---|---|
FieldNameCodec |
XmlRpcMethodUnmarshaller.getDefaultFieldNameCodec()
|
FieldNameCodec |
SaxMethodResponseUnmarshaller.getDefaultFieldNameCodec()
|
FieldNameCodec |
SaxMethodCallUnmarshaller.getDefaultFieldNameCodec()
|
FieldNameCodec |
DomMethodResponseUnmarshaller.getDefaultFieldNameCodec()
|
protected FieldNameCodec |
XmlRpcMethodUnmarshaller.getFieldNameCodec()
|
| Constructors in com.flat502.rox.marshal.xmlrpc with parameters of type FieldNameCodec | |
|---|---|
DomMethodCallUnmarshaller(FieldNameCodec fieldNameCodec)
|
|
DomMethodResponseUnmarshaller(FieldNameCodec fieldNameCodec)
|
|
DomUnmarshaller(FieldNameCodec fieldNameCodec)
Centralizes common initialization. |
|
SaxParserPool(FieldNameCodec codec)
|
|
SaxUnmarshaller(FieldNameCodec codec)
|
|
XmlRpcMethodUnmarshaller(FieldNameCodec fieldNameCodec)
|
|
| Uses of FieldNameCodec in com.flat502.rox.server |
|---|
| Methods in com.flat502.rox.server that return FieldNameCodec | |
|---|---|
FieldNameCodec |
RpcMethodProxy.getFieldNameCodec(java.lang.String methodName)
|
FieldNameCodec |
ProxyingRequestHandler.getFieldNameCodec(java.lang.String methodName)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||