public class OperationCustom 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| Modifier and Type | Method and Description |
|---|---|
protected void |
addChild(CustomBase child)
Add child.
|
void |
apply(IClassItem method,
IClassLocator icl,
IDocumentFormatter fmt)
Apply customizations to method to fill out parameter and return information.
|
List |
getDocumentation()
Get operation documentation.
|
String |
getMethodName()
Get method name.
|
String |
getOperationName()
Get the operation name.
|
ArrayList |
getParameters()
Get list of children.
|
String |
getRequestMessageName()
Get request message name.
|
String |
getRequestWrapperName()
Get request wrapper element name.
|
String |
getResponseMessageName()
Get response message name.
|
String |
getResponseWrapperName()
Get response wrapper name.
|
ValueCustom |
getReturn()
Get return value.
|
String |
getSoapAction()
Get SOAPAction.
|
ArrayList |
getThrows()
Get list of throws customizations.
|
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 String getWsdlNamespace()
getWsdlNamespace in class NestingBasepublic String getMethodName()
public String getOperationName()
public String getRequestMessageName()
public String getRequestWrapperName()
public String getResponseMessageName()
public String getResponseWrapperName()
public ValueCustom getReturn()
public String getSoapAction()
public List getDocumentation()
null if none)public ArrayList getParameters()
public ArrayList getThrows()
protected void addChild(CustomBase child)
child - public void apply(IClassItem method, IClassLocator icl, IDocumentFormatter fmt)
method - icl - fmt - Copyright © 2005-2014 jibx.org. All Rights Reserved.