public class ServiceJavascriptBuilder
extends org.apache.cxf.service.ServiceModelVisitor
| Constructor and Description |
|---|
ServiceJavascriptBuilder(org.apache.cxf.service.model.ServiceInfo serviceInfo,
String endpointAddress,
NamespacePrefixAccumulator prefixAccumulator,
NameManager nameManager)
Construct builder object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin(org.apache.cxf.service.model.EndpointInfo endpointInfo) |
void |
begin(org.apache.cxf.service.model.FaultInfo fault) |
void |
begin(org.apache.cxf.service.model.InterfaceInfo intf) |
void |
begin(org.apache.cxf.service.model.MessageInfo msg) |
void |
begin(org.apache.cxf.service.model.OperationInfo op) |
void |
begin(org.apache.cxf.service.model.ServiceInfo service) |
void |
end(org.apache.cxf.service.model.FaultInfo fault) |
void |
end(org.apache.cxf.service.model.InterfaceInfo intf) |
void |
end(org.apache.cxf.service.model.MessageInfo msg) |
void |
end(org.apache.cxf.service.model.MessagePartInfo part) |
void |
end(org.apache.cxf.service.model.OperationInfo op) |
void |
end(org.apache.cxf.service.model.ServiceInfo service) |
String |
getCode() |
public ServiceJavascriptBuilder(org.apache.cxf.service.model.ServiceInfo serviceInfo,
String endpointAddress,
NamespacePrefixAccumulator prefixAccumulator,
NameManager nameManager)
serviceInfo - CXF service model description of the service.endpointAddress - http:// URL for the service, or null if not known.prefixAccumulator - object that keeps track of prefixes through an entire WSDL.nameManager - object that generates names for JavaScript objects.public String getCode()
public void begin(org.apache.cxf.service.model.FaultInfo fault)
begin in class org.apache.cxf.service.ServiceModelVisitorpublic void begin(org.apache.cxf.service.model.InterfaceInfo intf)
begin in class org.apache.cxf.service.ServiceModelVisitorpublic void end(org.apache.cxf.service.model.OperationInfo op)
end in class org.apache.cxf.service.ServiceModelVisitorpublic void begin(org.apache.cxf.service.model.ServiceInfo service)
begin in class org.apache.cxf.service.ServiceModelVisitorpublic void end(org.apache.cxf.service.model.FaultInfo fault)
end in class org.apache.cxf.service.ServiceModelVisitorpublic void end(org.apache.cxf.service.model.InterfaceInfo intf)
end in class org.apache.cxf.service.ServiceModelVisitorpublic void end(org.apache.cxf.service.model.MessageInfo msg)
end in class org.apache.cxf.service.ServiceModelVisitorpublic void end(org.apache.cxf.service.model.MessagePartInfo part)
end in class org.apache.cxf.service.ServiceModelVisitorpublic void end(org.apache.cxf.service.model.ServiceInfo service)
end in class org.apache.cxf.service.ServiceModelVisitorpublic void begin(org.apache.cxf.service.model.OperationInfo op)
begin in class org.apache.cxf.service.ServiceModelVisitorpublic void begin(org.apache.cxf.service.model.MessageInfo msg)
begin in class org.apache.cxf.service.ServiceModelVisitorpublic void begin(org.apache.cxf.service.model.EndpointInfo endpointInfo)
begin in class org.apache.cxf.service.ServiceModelVisitorApache CXF