Uses of Class
org.apache.cxf.no_body_parts.types.Operation1

Packages that use Operation1
org.apache.cxf.no_body_parts   
org.apache.cxf.no_body_parts.types   
org.apache.cxf.no_body_parts.wsdl   
 

Uses of Operation1 in org.apache.cxf.no_body_parts
 

Methods in org.apache.cxf.no_body_parts with parameters of type Operation1
 Operation1Response NoBodyPartsImpl.operation1(Operation1 parameters, javax.xml.ws.Holder<byte[]> mimeAttachment)
          
 

Uses of Operation1 in org.apache.cxf.no_body_parts.types
 

Methods in org.apache.cxf.no_body_parts.types that return Operation1
 Operation1 ObjectFactory.createOperation1()
          Create an instance of Operation1
 

Uses of Operation1 in org.apache.cxf.no_body_parts.wsdl
 

Methods in org.apache.cxf.no_body_parts.wsdl with parameters of type Operation1
 Operation1Response NoBodyPartsSEI.operation1(Operation1 parameters, javax.xml.ws.Holder<byte[]> mimeAttachment)
           
 



Apache CXF