Class VmPipeAddressEditor
- java.lang.Object
-
- java.beans.PropertyEditorSupport
-
- org.apache.mina.integration.spring.VmPipeAddressEditor
-
- All Implemented Interfaces:
java.beans.PropertyEditor
public class VmPipeAddressEditor extends java.beans.PropertyEditorSupport
Java BeanPropertyEditor
which converts Strings intoVmPipeAddress
objects. Valid values specify an integer port number optionally prefixed with a ':'. E.g.::80
,22
.Use Spring's CustomEditorConfigurer to use this property editor in a Spring configuration file. See chapter 3.14 of the Spring Reference Documentation for more info.
- See Also:
VmPipeAddress
-
-
Constructor Summary
Constructors Constructor Description VmPipeAddressEditor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setAsText(java.lang.String text)
-