NetKernel APIs


org.ten60.netkernel.layer1.fragment
Class MultipartFragmentor

java.lang.Object
  extended byorg.ten60.netkernel.layer1.nkf.impl.NKFFragmentorImpl
      extended byorg.ten60.netkernel.layer1.fragment.MultipartFragmentor
All Implemented Interfaces:
IFragmentor, IURComponent

public class MultipartFragmentor
extends NKFFragmentorImpl

Extract a part from a Multipart


Constructor Summary
MultipartFragmentor()
          Creates a new instance of MultipartFragmentor
 
Method Summary
protected  void fragment(INKFConvenienceHelper context)
          Implement this method to provide the resultant representation on the response
 
Methods inherited from class org.ten60.netkernel.layer1.nkf.impl.NKFFragmentorImpl
destroy, fragment, getModule, getScheduler, initialise, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipartFragmentor

public MultipartFragmentor()
Creates a new instance of MultipartFragmentor

Method Detail

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

NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.