public class ServiceJavascriptBuilder extends ServiceModelVisitor
serviceInfo| Constructor and Description |
|---|
ServiceJavascriptBuilder(ServiceInfo serviceInfo,
String endpointAddress,
NamespacePrefixAccumulator prefixAccumulator,
NameManager nameManager)
Construct builder object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin(EndpointInfo endpointInfo) |
void |
begin(FaultInfo fault) |
void |
begin(InterfaceInfo intf) |
void |
begin(MessageInfo msg) |
void |
begin(OperationInfo op) |
void |
begin(ServiceInfo service) |
void |
end(FaultInfo fault) |
void |
end(InterfaceInfo intf) |
void |
end(MessageInfo msg) |
void |
end(MessagePartInfo part) |
void |
end(OperationInfo op) |
void |
end(ServiceInfo service) |
String |
getCode() |
public ServiceJavascriptBuilder(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(FaultInfo fault)
begin in class ServiceModelVisitorpublic void begin(InterfaceInfo intf)
begin in class ServiceModelVisitorpublic void end(OperationInfo op)
end in class ServiceModelVisitorpublic void begin(ServiceInfo service)
begin in class ServiceModelVisitorpublic void end(FaultInfo fault)
end in class ServiceModelVisitorpublic void end(InterfaceInfo intf)
end in class ServiceModelVisitorpublic void end(MessageInfo msg)
end in class ServiceModelVisitorpublic void end(MessagePartInfo part)
end in class ServiceModelVisitorpublic void end(ServiceInfo service)
end in class ServiceModelVisitorpublic void begin(OperationInfo op)
begin in class ServiceModelVisitorpublic void begin(MessageInfo msg)
begin in class ServiceModelVisitorpublic void begin(EndpointInfo endpointInfo)
begin in class ServiceModelVisitorApache CXF