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 ServiceModelVisitor
public void begin(InterfaceInfo intf)
begin
in class ServiceModelVisitor
public void end(OperationInfo op)
end
in class ServiceModelVisitor
public void begin(ServiceInfo service)
begin
in class ServiceModelVisitor
public void end(FaultInfo fault)
end
in class ServiceModelVisitor
public void end(InterfaceInfo intf)
end
in class ServiceModelVisitor
public void end(MessageInfo msg)
end
in class ServiceModelVisitor
public void end(MessagePartInfo part)
end
in class ServiceModelVisitor
public void end(ServiceInfo service)
end
in class ServiceModelVisitor
public void begin(OperationInfo op)
begin
in class ServiceModelVisitor
public void begin(MessageInfo msg)
begin
in class ServiceModelVisitor
public void begin(EndpointInfo endpointInfo)
begin
in class ServiceModelVisitor
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.