com.github.junahan.struts2.demo.protocol.DemoProtocol Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of struts2-protobuf-plugin-demo-model Show documentation
Show all versions of struts2-protobuf-plugin-demo-model Show documentation
Struts2 protobuf plugin demo model
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: demoProtocol.proto
package com.github.junahan.struts2.demo.protocol;
public final class DemoProtocol {
private DemoProtocol() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_junahan_struts2_protobuf_demo_DemoRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_junahan_struts2_protobuf_demo_DemoRequest_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_junahan_struts2_protobuf_demo_DemoResponse_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_junahan_struts2_protobuf_demo_DemoResponse_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\022demoProtocol.proto\022\035junahan.struts2.pr" +
"otobuf.demo\".\n\013DemoRequest\022\024\n\014echo_messa" +
"ge\030\001 \001(\t*\t\010\210\'\020\200\200\200\200\002\"/\n\014DemoResponse\022\024\n\014e" +
"cho_message\030\001 \001(\t*\t\010\210\'\020\200\200\200\200\002B.\n(com.gith" +
"ub.junahan.struts2.demo.protocolH\001P\001"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
internal_static_junahan_struts2_protobuf_demo_DemoRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_junahan_struts2_protobuf_demo_DemoRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_junahan_struts2_protobuf_demo_DemoRequest_descriptor,
new java.lang.String[] { "EchoMessage", });
internal_static_junahan_struts2_protobuf_demo_DemoResponse_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_junahan_struts2_protobuf_demo_DemoResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_junahan_struts2_protobuf_demo_DemoResponse_descriptor,
new java.lang.String[] { "EchoMessage", });
}
// @@protoc_insertion_point(outer_class_scope)
}