public interface ServiceRefType
The following features are supported:
Webapp24Package.getServiceRefType()| Modifier and Type | Method and Description |
|---|---|
|
getDescription()
Returns the value of the 'Description' containment reference list.
|
|
getDisplayName()
Returns the value of the 'Display Name' containment reference list.
|
|
getHandler()
Returns the value of the 'Handler' containment reference list.
|
|
getIcon()
Returns the value of the 'Icon' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
PathType |
getJaxrpcMappingFile()
Returns the value of the 'Jaxrpc Mapping File' containment reference.
|
|
getPortComponentRef()
Returns the value of the 'Port Component Ref' containment reference list.
|
FullyQualifiedClassType |
getServiceInterface()
Returns the value of the 'Service Interface' containment reference.
|
XsdQNameType |
getServiceQname()
Returns the value of the 'Service Qname' containment reference.
|
JndiNameType |
getServiceRefName()
Returns the value of the 'Service Ref Name' containment reference.
|
XsdAnyURIType |
getWsdlFile()
Returns the value of the 'Wsdl File' containment reference.
|
void |
setId(java.lang.String value)
Sets the value of the '
Id' attribute. |
void |
setJaxrpcMappingFile(PathType value)
Sets the value of the '
Jaxrpc Mapping File' containment reference. |
void |
setServiceInterface(FullyQualifiedClassType value)
Sets the value of the '
Service Interface' containment reference. |
void |
setServiceQname(XsdQNameType value)
Sets the value of the '
Service Qname' containment reference. |
void |
setServiceRefName(JndiNameType value)
Sets the value of the '
Service Ref Name' containment reference. |
void |
setWsdlFile(XsdAnyURIType value)
Sets the value of the '
Wsdl File' containment reference. |
getDescription()
DescriptionType.
If the meaning of the 'Description' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getServiceRefType_Description()getDisplayName()
DisplayNameType.
If the meaning of the 'Display Name' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getServiceRefType_DisplayName()getIcon()
IconType.
If the meaning of the 'Icon' containment reference list isn't clear, there really should be more of a description here...
Webapp24Package.getServiceRefType_Icon()JndiNameType getServiceRefName()
setServiceRefName(JndiNameType),
Webapp24Package.getServiceRefType_ServiceRefName()void setServiceRefName(JndiNameType value)
Service Ref Name' containment reference.
value - the new value of the 'Service Ref Name' containment reference.getServiceRefName()FullyQualifiedClassType getServiceInterface()
setServiceInterface(FullyQualifiedClassType),
Webapp24Package.getServiceRefType_ServiceInterface()void setServiceInterface(FullyQualifiedClassType value)
Service Interface' containment reference.
value - the new value of the 'Service Interface' containment reference.getServiceInterface()XsdAnyURIType getWsdlFile()
setWsdlFile(XsdAnyURIType),
Webapp24Package.getServiceRefType_WsdlFile()void setWsdlFile(XsdAnyURIType value)
Wsdl File' containment reference.
value - the new value of the 'Wsdl File' containment reference.getWsdlFile()PathType getJaxrpcMappingFile()
setJaxrpcMappingFile(PathType),
Webapp24Package.getServiceRefType_JaxrpcMappingFile()void setJaxrpcMappingFile(PathType value)
Jaxrpc Mapping File' containment reference.
value - the new value of the 'Jaxrpc Mapping File' containment reference.getJaxrpcMappingFile()XsdQNameType getServiceQname()
setServiceQname(XsdQNameType),
Webapp24Package.getServiceRefType_ServiceQname()void setServiceQname(XsdQNameType value)
Service Qname' containment reference.
value - the new value of the 'Service Qname' containment reference.getServiceQname()getPortComponentRef()
PortComponentRefType.
The port-component-ref element declares a client dependency
on the container for resolving a Service Endpoint Interface
to a WSDL port. It optionally associates the Service Endpoint
Interface with a particular port-component. This is only used
by the container for a Service.getPort(Class) method call.
Webapp24Package.getServiceRefType_PortComponentRef()getHandler()
ServiceRefHandlerType.
Declares the handler for a port-component. Handlers can
access the init-param name/value pairs using the
HandlerInfo interface. If port-name is not specified, the
handler is assumed to be associated with all ports of the
service.
Webapp24Package.getServiceRefType_Handler()java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String),
Webapp24Package.getServiceRefType_Id()