Package | Description |
---|---|
javax.xml.rpc | |
org.jboss.ws.core.jaxrpc.client |
Modifier and Type | Method and Description |
---|---|
Call |
Service.createCall()
Creates a Call object not associated with specific operation or target service endpoint.
|
Call |
Service.createCall(QName portName)
Creates a Call instance.
|
Call |
Service.createCall(QName portName,
QName operationName)
Creates a Call instance.
|
Call |
Service.createCall(QName portName,
String operationName)
Creates a Call instance.
|
Call[] |
Service.getCalls(QName portName)
Gets an array of preconfigured Call objects for invoking operations on the specified port.
|
Modifier and Type | Class and Description |
---|---|
class |
CallImpl
Provides support for the dynamic invocation of a service endpoint.
|
Modifier and Type | Method and Description |
---|---|
Call |
ServiceImpl.createCall()
Creates a Call object not associated with specific operation or target
service endpoint.
|
Call |
ServiceImpl.createCall(QName portName)
Creates a Call instance.
|
Call |
ServiceImpl.createCall(QName portName,
QName opName)
Creates a Call instance.
|
Call |
ServiceImpl.createCall(QName portName,
String operationName)
Creates a Call instance.
|
Call[] |
ServiceImpl.getCalls(QName portName)
Gets an array of preconfigured Call objects for invoking operations on
the specified port.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.