|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarshallingOption | |
---|---|
org.drools.guvnor.client.asseteditor.drools.serviceconfig |
Uses of MarshallingOption in org.drools.guvnor.client.asseteditor.drools.serviceconfig |
---|
Methods in org.drools.guvnor.client.asseteditor.drools.serviceconfig that return MarshallingOption | |
---|---|
MarshallingOption |
ServiceKSessionConfig.getMarshalling()
|
static MarshallingOption |
MarshallingOption.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MarshallingOption[] |
MarshallingOption.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.drools.guvnor.client.asseteditor.drools.serviceconfig with parameters of type MarshallingOption | |
---|---|
void |
ServiceKSessionConfig.setMarshalling(MarshallingOption marshalling)
|
Constructors in org.drools.guvnor.client.asseteditor.drools.serviceconfig with parameters of type MarshallingOption | |
---|---|
ServiceKSessionConfig(String name,
String url,
SessionType type,
ProtocolOption protocol,
MarshallingOption marshalling,
ClockType clockType,
Boolean keepReference,
Map<ListenerType,Set<String>> listeners)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |