org.apache.cxf.no_body_parts
Class NoBodyPartsImpl

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

public class NoBodyPartsImpl
extends java.lang.Object
implements org.apache.cxf.no_body_parts.wsdl.NoBodyPartsSEI

Implementation class for NoBodyParts


Constructor Summary
NoBodyPartsImpl()
           
 
Method Summary
 org.apache.cxf.no_body_parts.types.Operation1Response operation1(org.apache.cxf.no_body_parts.types.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 org.apache.cxf.no_body_parts.types.Operation1Response operation1(org.apache.cxf.no_body_parts.types.Operation1 parameters,
                                                                        javax.xml.ws.Holder<byte[]> mimeAttachment)

Specified by:
operation1 in interface org.apache.cxf.no_body_parts.wsdl.NoBodyPartsSEI


Apache CXF