| |
|
| org.jibx.binding.generator.SharedNestingBase org.jibx.ws.wsdl.NestingBase org.jibx.ws.wsdl.WsdlCustom
WsdlCustom | public class WsdlCustom extends NestingBase implements IApply(Code) | | Global customization information for WSDL generation. This extends the
binding customization model to include the information used for service
definitions.
|
addServiceCustomization | public ServiceCustom addServiceCustomization(String type)(Code) | | Add new service customization. This creates the service customization,
using defaults, and adds it to the internal structures. This method
should only be used after first calling
WsdlCustom.getServiceCustomization(String) and obtaining a null
result.
Parameters: type - fully qualified class name service customization |
apply | public void apply(IClassLocator icl)(Code) | | Apply customizations to services to fill out members.
Parameters: icl - class locator |
forceFaultCustomization | public FaultCustom forceFaultCustomization(String type)(Code) | | Force fault customization information. This method should only be used
after the
WsdlCustom.apply(IClassLocator) method is called. If the fault
customization information has not previously been created, it will be
created by this call.
Parameters: type - fully qualified exception class name fault customization (null if none) |
getFaultCustomization | public FaultCustom getFaultCustomization(String type)(Code) | | Get fault customization information. This method should only be used
after the
WsdlCustom.apply(IClassLocator) method is called.
Parameters: type - fully qualified class name fault customization (null if none) |
getFaults | public List getFaults()(Code) | | Get list of Faults.
fault list |
getNameStyle | public int getNameStyle()(Code) | | |
getServiceCustomization | public ServiceCustom getServiceCustomization(String type)(Code) | | Get service customization information. This method should only be used
after the
WsdlCustom.apply(IClassLocator) method is called.
Parameters: type - fully qualified class name service customization (null if none) |
getServices | public List getServices()(Code) | | Get list of services.
service list |
getWsdlNamespace | public String getWsdlNamespace()(Code) | | Get the namespace for WSDL definitions of services.
WSDL namespace (null if unspecified) |
|
|
|