org.ten60.netkernel.layer1.fragment
Class MultipartFragmentor
java.lang.Object
org.ten60.netkernel.layer1.nkf.impl.NKFFragmentorImpl
org.ten60.netkernel.layer1.fragment.MultipartFragmentor
- All Implemented Interfaces:
- IFragmentor, IURComponent
- public class MultipartFragmentor
- extends NKFFragmentorImpl
Extract a part from a Multipart
Method Summary |
protected void |
fragment(INKFConvenienceHelper context)
Implement this method to provide the resultant representation on the response |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipartFragmentor
public MultipartFragmentor()
- Creates a new instance of MultipartFragmentor
fragment
protected void fragment(INKFConvenienceHelper context)
throws Exception
- Description copied from class:
NKFFragmentorImpl
- Implement this method to provide the resultant representation on the response
- Specified by:
fragment
in class NKFFragmentorImpl
- Parameters:
context
- the full NKF context for the request
- Throws:
Exception
- you can throw any exception you like and it will be mapped
into a NetKernelException
Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.