The BlogPost is a domain class specific to our system.
BlogPost是我们系统特定的一个领域类。
For example, you might add an application prefix like blogapp: blogpost-29.
比如,可以添加像blogapp:blogpost - 29这样的应用程序前缀。
Now, to create a BlogPost object, supply the username, password, URL and blog ID using Listing 2.
现在,为了创建BlogPost对象,使用清单2 中的代码提供用户名、密码、URL和blogID。
The resulting BlogPost is wrapped in a new message that contains the headers from the original message.
由此产生的BlogPost封装在一条新消息中,其中包含原始消息的头信息。
In this case, the Transformer is given a Message containing a payload of type MimeMessage, which is used to create an object of type BlogPost.
这种情况下,会给Transformer给定一个包含MimeMessage类型有效负载的Message,转化器用于创建BlogPost类型的一个对象。
In this case, the Transformer is given a Message containing a payload of type MimeMessage, which is used to create an object of type BlogPost.
这种情况下,会给Transformer给定一个包含MimeMessage类型有效负载的Message,转化器用于创建BlogPost类型的一个对象。
应用推荐