org.apache.cxf.no_body_parts
Class NoBodyPartsImpl

java.lang.Object
  extended by org.apache.cxf.no_body_parts.NoBodyPartsImpl
All Implemented Interfaces:
NoBodyPartsSEI

public class NoBodyPartsImpl
extends java.lang.Object
implements NoBodyPartsSEI

Implementation class for NoBodyParts


Constructor Summary
NoBodyPartsImpl()
           
 
Method Summary
 Operation1Response operation1(Operation1 parameters, javax.xml.ws.Holder<byte[]> mimeAttachment)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoBodyPartsImpl

public NoBodyPartsImpl()
Method Detail

operation1

public Operation1Response operation1(Operation1 parameters,
                                     javax.xml.ws.Holder<byte[]> mimeAttachment)

Specified by:
operation1 in interface NoBodyPartsSEI


Apache CXF