org.apache.cxf.factory_pattern
Interface NumberFactory


public interface NumberFactory

This class was generated by Apache CXF 2.3.5-fuse-01-01 2011-09-13T20:56:21.628Z Generated source version: 2.3.5-fuse-01-01


Method Summary
 javax.xml.ws.wsaddressing.W3CEndpointReference create(String id)
           
 

Method Detail

create

@RequestWrapper(localName="create",
                targetNamespace="http://factory_pattern.cxf.apache.org/",
                className="org.apache.cxf.factory_pattern.Create")
@ResponseWrapper(localName="createResponse",
                 targetNamespace="http://factory_pattern.cxf.apache.org/",
                 className="org.apache.cxf.factory_pattern.CreateResponse")
javax.xml.ws.wsaddressing.W3CEndpointReference create(String id)


Apache CXF