org.apache.cxf.factory_pattern
Interface NumberFactory


public interface NumberFactory

This class was generated by Apache CXF 2.4.8-patch-01 2012-08-10T13:39:18.162+08:00 Generated source version: 2.4.8-patch-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