public interface Call
Modifier and Type | Method and Description |
---|---|
javax.activation.DataHandler |
getInAttachment(java.lang.String name)
Returns an attachment with the given name included in this invocation.
|
java.util.Set |
getInAttachmentNames()
Returns the names of all attachments included in this invocation.
|
java.util.Map |
getInHeaders()
Returns the protocol headers included in this invocation.
|
java.lang.Object |
getInProperty(java.lang.String name)
Returns a property with the given name of this invocation.
|
java.util.Set |
getInPropertyNames()
Returns the names of all properties of this invocation.
|
javax.xml.namespace.QName |
getInterfaceName()
Returns the qualified name of the interface (as described in WSDL) used
of the service being invoked.
|
javax.xml.namespace.QName |
getOperationName()
Returns the qualified name of the operation (as described in WSDL) being
invoked.
|
java.util.Map |
getSecuritySubjects()
Returns a map of security subjects keyed by subject category.
|
javax.xml.namespace.QName |
getServiceName()
Returns the qualified name of the service (as described in WSDL) being
invoked.
|
void |
setOutAttachments(java.util.Map attachments)
Sets attachments that will be sent with the response to this invocation.
|
void |
setOutHeaders(java.util.Map headers)
Sets protocol headers that will be sent with the response to this
invocation.
|
void |
setOutProperties(java.util.Map properties)
Sets properties that will be associated with the response to this invocation.
|
javax.xml.namespace.QName getServiceName()
javax.xml.namespace.QName getInterfaceName()
javax.xml.namespace.QName getOperationName()
void setOutHeaders(java.util.Map headers)
headers
- Map of protocol headers. The key is a String. The value
is a DocumentFragment.java.util.Map getInHeaders()
java.util.Set getInPropertyNames()
java.lang.Object getInProperty(java.lang.String name)
name
- String name of the property.void setOutProperties(java.util.Map properties)
properties
- Map of properties. The key is a String. The value
is an Object.void setOutAttachments(java.util.Map attachments)
attachments
- Map of attachments. The key is a String. The value
is a DataHandler.java.util.Set getInAttachmentNames()
javax.activation.DataHandler getInAttachment(java.lang.String name)
name
- String name of the attachment.java.util.Map getSecuritySubjects()
?? 2022 Perforce Software, All rights reserved
This software is the confidential and proprietary information of Perforce, Inc. and is subject to copyright protection under laws of the United States of America and other countries. The use of this software should be in accordance with the license agreement terms you entered into with Perforce, Inc.