Modifier and Type | Method and Description |
---|---|
static String |
Names.getPortName(Port port) |
void |
GeneratorBase.visit(Port port) |
void |
GeneratorExtension.writeWebServiceAnnotation(Model model,
com.sun.codemodel.JCodeModel cm,
com.sun.codemodel.JDefinedClass cls,
Port port)
Create annotations in service JWS generated
|
Modifier and Type | Method and Description |
---|---|
Port |
Service.getPortByName(QName n) |
Modifier and Type | Method and Description |
---|---|
List<Port> |
Service.getPorts() |
Modifier and Type | Method and Description |
---|---|
void |
Service.addPort(Port port) |
protected void |
ExtendedModelVisitor.postVisit(Port port) |
protected void |
ExtendedModelVisitor.preVisit(Port port) |
protected boolean |
ExtendedModelVisitor.shouldVisit(Port port) |
void |
ModelVisitor.visit(Port port) |
Modifier and Type | Method and Description |
---|---|
void |
Service.setPorts(List<Port> m) |
Modifier and Type | Field and Description |
---|---|
protected Port |
WebServiceVisitor.port |
Modifier and Type | Field and Description |
---|---|
Port |
WSDLModelerBase.ProcessSOAPOperationInfo.modelPort |
Modifier and Type | Field and Description |
---|---|
protected Map<QName,Port> |
WSDLModelerBase._bindingNameToPortMap |
Modifier and Type | Method and Description |
---|---|
protected void |
WSDLModelerBase.applyPortMethodCustomization(Port port,
Port wsdlPort) |
protected boolean |
WSDLModeler.createJavaExceptionFromLiteralType(Fault fault,
Port port,
String operationName) |
protected void |
WSDLModeler.createJavaInterfaceForPort(Port port,
boolean isProvider) |
protected void |
WSDLModeler.createJavaInterfaceForProviderPort(Port port) |
protected void |
WSDLModeler.createJavaMethodForOperation(Port port,
Operation operation,
JavaInterface intf) |
protected String |
WSDLModeler.getClassName(Port port,
String suffix) |
protected String |
WSDLModeler.getJavaNameOfSEI(Port port) |
Constructor and Description |
---|
ProcessSOAPOperationInfo(Port modelPort,
Port port,
Operation portTypeOperation,
BindingOperation bindingOperation,
SOAPBinding soapBinding,
WSDLDocument document,
boolean hasOverloadedOperations,
Map headers) |
Modifier and Type | Method and Description |
---|---|
protected void |
ClassNameCollector.postVisit(Port port) |
protected void |
ClassNameCollector.preVisit(Port port) |
protected void |
ClassNameCollector.processPort11x(Port port) |
protected boolean |
ClassNameCollector.shouldVisit(Port port) |
Copyright © 2017 Oracle Corporation. All rights reserved.