public class ServiceCustom extends NestingBase
| Modifier and Type | Field and Description |
|---|---|
static StringArray |
s_allowedAttributes
Enumeration of allowed attribute names
|
CAMEL_CASE_NAMES, DERIVE_BY_PACKAGE, DERIVE_FIXED, DERIVE_NONE, DOTTED_NAMES, HYPHENATED_NAMES, REQUIRE_ALL, REQUIRE_NONE, REQUIRE_OBJECTS, REQUIRE_PRIMITIVES, s_namespaceStyleEnum, s_nameStyleEnum, s_requireEnum, UNDERSCORED_NAMES, UPPER_CAMEL_CASE_NAMES| Constructor and Description |
|---|
ServiceCustom(SharedNestingBase parent,
String clas)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addChild(CustomBase child)
Add child.
|
void |
apply(IClassLocator icl,
IDocumentFormatter fmt)
Apply customizations to service to fill out members.
|
String |
getBindingName()
Get the binding name.
|
String |
getClassName()
Get service class name.
|
List |
getDocumentation()
Get service documentation node list.
|
String[] |
getExcludes()
Get list of method names to be excluded as operations.
|
String[] |
getIncludes()
Get list of method names to be included as operations.
|
ArrayList |
getOperations()
Get list of children.
|
String |
getPortName()
Get the port name.
|
String |
getPortTypeName()
Get the portType name.
|
String |
getServiceAddress()
Get the service address.
|
String |
getServiceName()
Get the service name.
|
String |
getWsdlNamespace()
Get the namespace for WSDL definitions of this service.
|
getChild, getContainingClass, getServiceBase, isNillable, isSoapAction, isWrapped, registerNameconvertName, getFormatterClass, getNamespace, getNamespaceStyle, getNameStyle, getSpecifiedNamespace, isObjectRequired, isPrimitiveRequired, isUseJavaDocs, setNamespace, setNamespaceStyle, setNameStyleconvertName, deriveItemName, deriveNamespace, getContainingObject, getGlobal, getParent, packageOfType, packageToNamespace, validateAttributespublic static final StringArray s_allowedAttributes
public ServiceCustom(SharedNestingBase parent, String clas)
parent - clas - public String getClassName()
public String getServiceName()
public String getPortName()
public String getBindingName()
public String getPortTypeName()
public String getServiceAddress()
public List getDocumentation()
null if none)public String[] getExcludes()
null if none)public String[] getIncludes()
null if none)public ArrayList getOperations()
public String getWsdlNamespace()
#apply(IClassLocator)
method.getWsdlNamespace in class NestingBaseprotected void addChild(CustomBase child)
child - public void apply(IClassLocator icl, IDocumentFormatter fmt)
icl - class locatorfmt - JavaDoc formatterCopyright © 2005-2014 jibx.org. All Rights Reserved.