public interface ServiceRefType
The following features are supported:
EjbJar30Package.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.
|
ServiceRefHandlerChainsType |
getHandlerChains()
Returns the value of the 'Handler Chains' containment reference.
|
|
getIcon()
Returns the value of the 'Icon' containment reference list.
|
java.lang.String |
getId()
Returns the value of the 'Id' attribute.
|
|
getInjectionTarget()
Returns the value of the 'Injection Target' containment reference list.
|
PathType |
getJaxrpcMappingFile()
Returns the value of the 'Jaxrpc Mapping File' containment reference.
|
XsdStringType |
getMappedName()
Returns the value of the 'Mapped Name' 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.
|
FullyQualifiedClassType |
getServiceRefType()
Returns the value of the 'Service Ref Type' containment reference.
|
XsdAnyURIType |
getWsdlFile()
Returns the value of the 'Wsdl File' containment reference.
|
void |
setHandlerChains(ServiceRefHandlerChainsType value)
Sets the value of the '
Handler Chains' 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 |
setMappedName(XsdStringType value)
Sets the value of the '
Mapped Name' 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 |
setServiceRefType(FullyQualifiedClassType value)
Sets the value of the '
Service Ref Type' 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...
EjbJar30Package.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...
EjbJar30Package.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...
EjbJar30Package.getServiceRefType_Icon()JndiNameType getServiceRefName()
setServiceRefName(JndiNameType),
EjbJar30Package.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),
EjbJar30Package.getServiceRefType_ServiceInterface()void setServiceInterface(FullyQualifiedClassType value)
Service Interface' containment reference.
value - the new value of the 'Service Interface' containment reference.getServiceInterface()FullyQualifiedClassType getServiceRefType()
setServiceRefType(FullyQualifiedClassType),
EjbJar30Package.getServiceRefType_ServiceRefType()void setServiceRefType(FullyQualifiedClassType value)
Service Ref Type' containment reference.
value - the new value of the 'Service Ref Type' containment reference.getServiceRefType()XsdAnyURIType getWsdlFile()
setWsdlFile(XsdAnyURIType),
EjbJar30Package.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),
EjbJar30Package.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),
EjbJar30Package.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.
EjbJar30Package.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.
To be used with JAX-RPC based runtime only.
EjbJar30Package.getServiceRefType_Handler()ServiceRefHandlerChainsType getHandlerChains()
setHandlerChains(ServiceRefHandlerChainsType),
EjbJar30Package.getServiceRefType_HandlerChains()void setHandlerChains(ServiceRefHandlerChainsType value)
Handler Chains' containment reference.
value - the new value of the 'Handler Chains' containment reference.getHandlerChains()XsdStringType getMappedName()
setMappedName(XsdStringType),
EjbJar30Package.getServiceRefType_MappedName()void setMappedName(XsdStringType value)
Mapped Name' containment reference.
value - the new value of the 'Mapped Name' containment reference.getMappedName()getInjectionTarget()
InjectionTargetType.
If the meaning of the 'Injection Target' containment reference list isn't clear, there really should be more of a description here...
EjbJar30Package.getServiceRefType_InjectionTarget()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),
EjbJar30Package.getServiceRefType_Id()